Browse Source

Fixed 64-bit warning.

bkaradzic 12 years ago
parent
commit
49338b11ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3rdparty/fcpp/cpp2.c

+ 1 - 1
3rdparty/fcpp/cpp2.c

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