This website works better with JavaScript.
Home
Explore
Help
Sign In
ligan
/
DocX
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#Issue
#13
- Bug fix for IsSameFile
master
PrzemyslawKlys
10 years ago
parent
4c3b859620
commit
4b16ba351d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
DocX/HelperFunctions.cs
+ 1
- 1
DocX/HelperFunctions.cs
View File
@@ -638,7 +638,7 @@ namespace Novacode
{
int file1byte, file2byte;
if (streamOne.Length != stream
One
.Length)
if (streamOne.Length != stream
Two
.Length)
{
// Return false to indicate files are different
return false;
Write
Preview
Loading…
Cancel
Save