1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/krio/files/patch-ac
Maxim Sobolev b4a740d8e2 - Update to 1.0.1;
- bump PORTEPOCH to ensure correct upgrade path from the old 1999.07.21 version.

PR:		22766
Submitted by:	maintainer
2000-11-11 11:48:19 +00:00

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