projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e999919
)
make-file: Remove superfluous fflush().
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 30 Jul 2010 05:09:08 +0000
(22:09 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 30 Jul 2010 05:09:08 +0000
(22:09 -0700)
Probably introduced during debugging and accidentally left in.
src/data/make-file.c
patch
|
blob
|
history
diff --git
a/src/data/make-file.c
b/src/data/make-file.c
index a9e750f95e331ed5db57477bc53673272e2447e6..63792e90b4a960b406493131b63e73b4f2e86cf7 100644
(file)
--- a/
src/data/make-file.c
+++ b/
src/data/make-file.c
@@
-228,7
+228,6
@@
unlink_replace_files (void)
/* We don't free_replace_file(RF) because calling free is unsafe
from an asynchronous signal handler. */
unlink (rf->tmp_name);
- fflush (stdout);
}
unblock_fatal_signals ();
}