From 8fc7a37e7af8bf106db1ea7cf43252bd8eb30943 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 23 Feb 2008 18:16:30 +0000 Subject: [PATCH] ebl Make all postgresql regress script ok git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6473 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/project-accurate-backup.patch2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/patches/testing/project-accurate-backup.patch2 b/bacula/patches/testing/project-accurate-backup.patch2 index e90ae5a0ba..19f438ee27 100644 --- a/bacula/patches/testing/project-accurate-backup.patch2 +++ b/bacula/patches/testing/project-accurate-backup.patch2 @@ -1011,9 +1011,9 @@ Index: src/findlib/find_one.c + ((ff_pkt->flags & FO_MTIMEONLY) || + ff_pkt->statp.st_ctime < ff_pkt->save_time))) + { -+ return true; -+ } else { + return false; ++ } else { ++ return true; + } +} + -- 2.39.5