Parcourir la source

#Issue #13 - Bug fix for IsSameFile

master
PrzemyslawKlys il y a 10 ans
Parent
révision
4b16ba351d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Voir le fichier

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

Chargement…
Annuler
Enregistrer