[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);
|
||||||
@ -1596,4 +1596,4 @@ void Notepad_plus::saveSession(const Session & session)
|
|||||||
void Notepad_plus::saveCurrentSession()
|
void Notepad_plus::saveCurrentSession()
|
||||||
{
|
{
|
||||||
::PostMessage(_pPublicInterface->getHSelf(), NPPM_INTERNAL_SAVECURRENTSESSION, 0, 0);
|
::PostMessage(_pPublicInterface->getHSelf(), NPPM_INTERNAL_SAVECURRENTSESSION, 0, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user