* src/sort.c (zaptemp): Warn if a temporary file is not removed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Nov 2004 04:49:14 +0000 (04:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Nov 2004 04:49:14 +0000 (04:49 +0000)
ChangeLog

index bca8e78..51ed120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.