Remove a warning of compiling
This commit is contained in:
parent
2d35273f34
commit
648889dcb7
@ -172,7 +172,7 @@ Notepad_plus::Notepad_plus()
|
||||
else
|
||||
is_admin = false;
|
||||
|
||||
nppParam.setAdminMode(is_admin);
|
||||
nppParam.setAdminMode(is_admin == TRUE);
|
||||
_isAdministrator = is_admin ? true : false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user