Use stdbool in os module

This commit is contained in:
Hinidu
2014-04-07 00:24:21 +03:00
committed by Thiago de Arruda
parent c3cea30cb7
commit 8a2ffb2b01
10 changed files with 76 additions and 88 deletions

View File

@@ -1208,7 +1208,7 @@ addfile (
)
{
char_u *p;
int isdir;
bool isdir;
/* if the file/dir doesn't exist, may not add it */
if (!(flags & EW_NOTFOUND) && !os_file_exists(f))