Changeset 193

Show
Ignore:
Timestamp:
01/23/07 16:03:15
Author:
dan
Message:

small fix in SWFFile (gets rid of a compiler warning)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/SWFFile.h

    r120 r193  
    99        public: 
    1010                File(); 
    11                 int load( FILE *fp, Context *ctx = NULL, unsigned int filesize=-1 ); 
     11                int load( FILE *fp, Context *ctx = NULL, unsigned int filesize=0 ); 
    1212                int save( FILE *fp, Context *ctx = NULL ); 
    1313                void dump();