Просмотр исходного кода

Merge branch 'backport-KWSys-SystemTools-CopyFileAlways-fix' into release

Brad King 10 лет назад
Родитель
Сommit
eb3bced50f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Source/kwsys/SystemTools.cxx

+ 4 - 0
Source/kwsys/SystemTools.cxx

@@ -2330,6 +2330,10 @@ bool SystemTools::CopyFileAlways(const kwsys_stl::string& source, const kwsys_st
       {
       fout.write(buffer, fin.gcount());
       }
+    else
+      {
+      break;
+      }
     }
 
   // Make sure the operating system has finished writing the file