winemaker: Remove a comment

André Hentschel nerv at dawncrow.de
Fri Dec 3 12:30:41 CST 2010


That totally works fine, never seen a critical case here.
Further the comment is really confusing, i had to read it 10 times to understand what's the problem :)
---
 tools/winemaker |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 0ffb474..2047a62 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1998,8 +1998,6 @@ sub fix_file($$$)
   }
 
   print "  $filename\n";
-  #FIXME:assuming that because there is a .bak file, this is what we want is
-  #probably flawed. Or is it???
   if (! -e "$filename.bak") {
     if (!copy("$filename","$filename.bak")) {
       print STDERR "error: unable to make a backup of $filename:\n";
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list