From ac4b4fe41809afa1841aeb7fb95767c5cc7cfd09 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 10 Aug 2004 20:32:32 +0000 Subject: [PATCH] Fix install.c int->bool conversion bug. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99b3567ea1..b9da377580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-10 Dmitry V. Levin + + * src/install.c (change_timestamps): Fix int->bool conversion + bugs introduced on 2004-07-29. + 2004-08-09 Paul Eggert * src/shred.c (wipename): Work even if the directory is writeable -- 2.47.3