summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index 536c28e..fec9b26 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -67,8 +67,8 @@ void dircache_rename(const char *oldpath, const char *newpath);
struct sim_dirent {
unsigned char d_name[MAX_PATH];
int attribute;
- int size;
- int startcluster;
+ long size;
+ long startcluster;
unsigned short wrtdate; /* Last write date */
unsigned short wrttime; /* Last write time */
};