mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
[TYPO] Fix a typo.
This commit is contained in:
parent
0774106a40
commit
c3037a91df
@ -60,7 +60,7 @@ BufferID Notepad_plus::doOpen(const TCHAR *fileName, bool isRecursive, bool isRe
|
|||||||
}
|
}
|
||||||
assert( _tcslen( longFileName ) == getFullPathNameResult );
|
assert( _tcslen( longFileName ) == getFullPathNameResult );
|
||||||
|
|
||||||
// ignore the returned value of fuction due to win64 redirection system
|
// ignore the returned value of function due to win64 redirection system
|
||||||
::GetLongPathName(longFileName, longFileName, longFileNameBufferSize);
|
::GetLongPathName(longFileName, longFileName, longFileNameBufferSize);
|
||||||
|
|
||||||
bool isSnapshotMode = backupFileName != NULL && PathFileExists(backupFileName);
|
bool isSnapshotMode = backupFileName != NULL && PathFileExists(backupFileName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user