1
0
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:
Nick Briggs
2023-01-01 20:47:37 -08:00
parent 7eb87576f5
commit 9bfeaeb8b4
3 changed files with 5 additions and 5 deletions

View File

@@ -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;