Fixed 64-bit warning.

This commit is contained in:
bkaradzic 2013-03-22 22:22:57 -07:00
parent 8d63a9bdc8
commit 49338b11ae

View file

@ -627,7 +627,7 @@ ReturnCode openinclude( struct Global *global,
char **incptr; char **incptr;
char tmpname[NWORK]; /* Filename work area */ char tmpname[NWORK]; /* Filename work area */
int len; size_t len;
#if HOST == SYS_AMIGADOS #if HOST == SYS_AMIGADOS
if( strchr (filename, ':') != NULL ) if( strchr (filename, ':') != NULL )