From a15cf8adb15821a895718a85aafc3c8f06d9e6f1 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Fri, 15 Feb 2002 08:50:04 +0000 Subject: - Fixed psitime again. Waaahh, these guys at symbian change filetimes when switching DST/Non-DST. --- lib/psitime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/psitime.h') diff --git a/lib/psitime.h b/lib/psitime.h index be9122c..587faaf 100644 --- a/lib/psitime.h +++ b/lib/psitime.h @@ -105,7 +105,7 @@ typedef struct psi_timezone_t { s.flags(old); return s; } - unsigned long utc_offset; + signed long utc_offset; unsigned long dst_zones; unsigned long home_zone; } psi_timezone; -- cgit v1.2.3