Parcourir la source

Fix missing return value.

Bill Hoffman il y a 16 ans
Parent
commit
dc5d1edcfd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
Source/cmSystemTools.cxx

@@ -2000,6 +2000,7 @@ int copy_data(struct archive *ar, struct archive *aw)
       return (r);
       }
     }
+  return r;
 }
 
 bool extract_tar(const char* outFileName, bool verbose,