diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 836e41aa2b..0ea3525c50 100644 --- a/src/globals.h +++ b/src/globals.h @@ -741,7 +741,7 @@ EXTERN int swap_exists_action INIT(= SEA_NONE); EXTERN int swap_exists_did_quit INIT(= FALSE); /* Selected "quit" at the dialog. */ -EXTERN char_u *IObuff; /* sprintf's are done in this buffer, +EXTERN char_u IObuff[IOSIZE]; /* sprintf's are done in this buffer, size is IOSIZE */ EXTERN char_u *NameBuff; /* file names are expanded in this * buffer, size is MAXPATHL */ |