Update inpfile.c
Testing linux build
This commit is contained in:
@@ -152,10 +152,10 @@ void write_demands(Project *pr, FILE *f) {
|
||||
|
||||
fprintf(f, "\n%s %-31s", s, s1);
|
||||
|
||||
if (temp = get_category_name(lnode)) {
|
||||
fprintf(f, " ;%s", temp);
|
||||
free(temp);
|
||||
}
|
||||
//if (temp = get_category_name(lnode)) {
|
||||
// fprintf(f, " ;%s", temp);
|
||||
// free(temp);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user