From daa0a1f51a33ff3a0cd44a54d9b6c1925d075b01 Mon Sep 17 00:00:00 2001 From: "jag%tty.nl" Date: Sun, 9 Apr 2006 12:03:38 +0000 Subject: [PATCH] BUg 332535 follow-up: Fix comment to match code. r=bryner git-svn-id: svn://10.0.0.236/trunk@193957 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/mozBDate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/mozBDate.pm b/mozilla/config/mozBDate.pm index debdf5b7a6e..2418f43b8e5 100755 --- a/mozilla/config/mozBDate.pm +++ b/mozilla/config/mozBDate.pm @@ -93,7 +93,7 @@ sub UpdateBuildNumber($$) { my $old_num = ""; - # Only overwrite file if contents are not already set to 0 + # Don't overwrite $outfile if its contents won't change if ( -e $outfile ) { open(OLD, "<$outfile") || die "$outfile: $!\n"; $old_num = ;