View Revisions: Issue #4939
[ All Revisions ] [ Back to Issue ]
Summary | 0004939: used data types in demo file are bad int vs int32_t | ||
---|---|---|---|
Revision | 2015-08-27 03:22 by abma | ||
Description | sizeof(int) may vary depending on compiler: https://github.com/spring/spring/blob/develop/rts/System/LoadSave/demofile.h#L56 int should be replaced by int32_t imo |
||
Revision | 2015-08-27 03:22 by abma | ||
Description | sizeof(int) may vary depending on compiler: https://github.com/spring/spring/blob/develop/rts/System/LoadSave/demofile.h#L56 int should be replaced by int32_t imo |