mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b4a740d8e2
- bump PORTEPOCH to ensure correct upgrade path from the old 1999.07.21 version. PR: 22766 Submitted by: maintainer
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
--- krio/KRioListView.cpp.orig Fri Feb 18 23:15:00 2000
|
|
+++ krio/KRioListView.cpp Fri Feb 18 23:15:37 2000
|
|
@@ -479,7 +479,7 @@
|
|
{
|
|
static char szBuf[ 64 ];
|
|
struct tm* psDateTime;
|
|
- psDateTime = localtime( &lValue );
|
|
+ psDateTime = localtime( (time_t *)&lValue );
|
|
if ( !psDateTime )
|
|
strcpy( szBuf, "INVALID DATE/TIME" );
|
|
else
|