mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
13 lines
336 B
C++
13 lines
336 B
C++
--- 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 ;
|
|
|