Преглед на файлове

#Issue #13 - Bug fix for IsSameFile

master
PrzemyslawKlys преди 10 години
родител
ревизия
4b16ba351d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Целия файл

@@ -638,7 +638,7 @@ namespace Novacode
{
int file1byte, file2byte;
if (streamOne.Length != streamOne.Length)
if (streamOne.Length != streamTwo.Length)
{
// Return false to indicate files are different
return false;

Loading…
Отказ
Запис