Selaa lähdekoodia

#Issue #13 - Bug fix for IsSameFile

master
PrzemyslawKlys 10 vuotta sitten
vanhempi
commit
4b16ba351d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Näytä tiedosto

{ {
int file1byte, file2byte; int file1byte, file2byte;
if (streamOne.Length != streamOne.Length)
if (streamOne.Length != streamTwo.Length)
{ {
// Return false to indicate files are different // Return false to indicate files are different
return false; return false;

Loading…
Peruuta
Tallenna