summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/io.c')
-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 536c28ebe1..fec9b2611c 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -67,8 +67,8 @@ void dircache_rename(const char *oldpath, const char *newpath);
67struct sim_dirent { 67struct sim_dirent {
68 unsigned char d_name[MAX_PATH]; 68 unsigned char d_name[MAX_PATH];
69 int attribute; 69 int attribute;
70 int size; 70 long size;
71 int startcluster; 71 long startcluster;
72 unsigned short wrtdate; /* Last write date */ 72 unsigned short wrtdate; /* Last write date */
73 unsigned short wrttime; /* Last write time */ 73 unsigned short wrttime; /* Last write time */
74}; 74};