mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-06 00:04:26 +00:00
Resolve warning because URaid_comm string as a target of a sscanf() must have space for a terminating NUL
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
extern FX *URaid_FXarray[URMAXFXNUM];
|
||||
extern char URaid_arg1[URMAXCOMM / 2];
|
||||
extern char URaid_arg2[URMAXCOMM / 2];
|
||||
extern char URaid_comm;
|
||||
extern char URaid_comm[2];
|
||||
extern char URaid_inputstring[URMAXCOMM];
|
||||
extern const char *URaid_errmess;
|
||||
extern int URaid_ArrMAXIndex;
|
||||
|
||||
Reference in New Issue
Block a user