ソースを参照

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

読み込み中…
キャンセル
保存