mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Fix x64 build error
This commit is contained in:
parent
d0b2a9ff9d
commit
f69a9093f9
@ -1660,7 +1660,7 @@ size_t Notepad_plus::getNbDirtyBuffer(int view)
|
||||
|
||||
bool Notepad_plus::fileSaveAll()
|
||||
{
|
||||
int nbDirty = getNbDirtyBuffer(MAIN_VIEW) + getNbDirtyBuffer(SUB_VIEW);
|
||||
size_t nbDirty = getNbDirtyBuffer(MAIN_VIEW) + getNbDirtyBuffer(SUB_VIEW);
|
||||
|
||||
if (!nbDirty)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user