Explorar el Código

#Issue #13 - Bug fix for IsSameFile

master
PrzemyslawKlys hace 10 años
padre
commit
4b16ba351d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Ver fichero

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

Cargando…
Cancelar
Guardar