mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed 64-bit warning.
This commit is contained in:
2
3rdparty/fcpp/cpp2.c
vendored
2
3rdparty/fcpp/cpp2.c
vendored
@@ -627,7 +627,7 @@ ReturnCode openinclude( struct Global *global,
|
||||
|
||||
char **incptr;
|
||||
char tmpname[NWORK]; /* Filename work area */
|
||||
int len;
|
||||
size_t len;
|
||||
|
||||
#if HOST == SYS_AMIGADOS
|
||||
if( strchr (filename, ':') != NULL )
|
||||
|
||||
Reference in New Issue
Block a user