From 7e8e1db3d37c31ab10f588280d96dee34ab3becc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 13 Nov 2004 04:49:14 +0000 Subject: * src/sort.c (zaptemp): Warn if a temporary file is not removed. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bca8e7880..51ed120af 100644 --- 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. -- cgit v1.2.3-54-g00ecf