mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
Made makewad.c compilable as C.
SVN r61 (trunk)
This commit is contained in:
parent
67bf668ad9
commit
283dca5750
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ int appendtozip (zipFile zipfile, const char * zipname, const char *filename)
|
|||
zip_fileinfo zip_inf;
|
||||
|
||||
time_t currenttime;
|
||||
tm * ltime;
|
||||
struct tm * ltime;
|
||||
|
||||
time(¤ttime);
|
||||
ltime = localtime(¤ttime);
|
||||
|
|
Loading…
Reference in a new issue