Procházet zdrojové kódy

#Issue #13 - Bug fix for IsSameFile

master
PrzemyslawKlys před 10 roky
rodič
revize
4b16ba351d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit