diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-13 04:49:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-13 04:49:14 +0000 |
commit | 7e8e1db3d37c31ab10f588280d96dee34ab3becc (patch) | |
tree | ab8d66f8ba4dadc9611a33b2a1216d43ff34af22 | |
parent | af6bd870f428e0d094e9743a40852181fad928b5 (diff) | |
download | coreutils-7e8e1db3d37c31ab10f588280d96dee34ab3becc.tar.xz |
* src/sort.c (zaptemp): Warn if a temporary file is not removed.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ temporary file twice, and the second time this happens the file might already have been created by some other process. + (zaptemp): Warn if a temporary file is not removed. + (create_temp_file): Use offsetof for clarity. (die): Move it up earlier, to clean up the code a bit. |