Update inpfile.c

Testing linux build
This commit is contained in:
michaeltryby
2019-04-22 10:52:04 -04:00
parent 6a084cc764
commit b80b4ed09c

View File

@@ -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);
//}
}
}
}