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()
|
bool Notepad_plus::fileSaveAll()
|
||||||
{
|
{
|
||||||
int nbDirty = getNbDirtyBuffer(MAIN_VIEW) + getNbDirtyBuffer(SUB_VIEW);
|
size_t nbDirty = getNbDirtyBuffer(MAIN_VIEW) + getNbDirtyBuffer(SUB_VIEW);
|
||||||
|
|
||||||
if (!nbDirty)
|
if (!nbDirty)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user