X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fexpr.c;h=330e7c0048a85ea1939562e724eaa7f2326d56ab;hb=9e5fca251f44832cb996961048ea977f80faf6ea;hp=8f18e37892cb42152ddda716edb6ae4f5592e7ac;hpb=14a4fa20a10d76eb98b7feb25be60735217929ba;p=~andy%2Flinux diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index 8f18e37892c..330e7c0048a 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c @@ -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)