|
@@ -1087,7 +1087,7 @@ void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *
|
|
|
|
|
|
static void expr_print_file_helper(void *data, struct symbol *sym, const char *str)
|
|
|
{
|
|
|
- fwrite(str, strlen(str), 1, data);
|
|
|
+ xfwrite(str, strlen(str), 1, data);
|
|
|
}
|
|
|
|
|
|
void expr_fprint(struct expr *e, FILE *out)
|