blob: e60a385c5ebb551ad62496fcabf19d32abef6efa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/face/dir.cpp.orig Wed Jul 28 19:36:02 2004
+++ src/face/dir.cpp Wed Jul 28 19:45:24 2004
@@ -329,7 +329,7 @@
short i,i1,j ;
char c[10] ;
-struct tm *tm1 = localtime( &file.date );
+struct tm *tm1 = localtime( (const time_t*)&file.date );
minut = tm1->tm_min ;
uhr = tm1->tm_hour ;
tag = tm1->tm_mday ;
|