mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-08-05 08:09:29 +02:00
Silence compiler warning
This commit is contained in:
@@ -306,7 +306,7 @@ REGS* regs; /* -> Regs */
|
||||
FILE* fp;
|
||||
char inputbuff[MAX_PATH];
|
||||
char* inputline;
|
||||
char filename[MAX_PATH]; /* filename of image file */
|
||||
char filename[MAX_PATH+1]; /* filename of image file */
|
||||
char pathname[MAX_PATH]; /* pathname of image file */
|
||||
U32 fileaddr;
|
||||
int rc = 0; /* Return codes (work) */
|
||||
|
||||
Reference in New Issue
Block a user