Преглед изворни кода

#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…
Откажи
Сачувај