diff options
Diffstat (limited to 'russian/prawda/files/patch-src-face-dir.cpp')
-rw-r--r-- | russian/prawda/files/patch-src-face-dir.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/russian/prawda/files/patch-src-face-dir.cpp b/russian/prawda/files/patch-src-face-dir.cpp deleted file mode 100644 index e60a385c5ebb..000000000000 --- a/russian/prawda/files/patch-src-face-dir.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 ; - |