openbsd-ports/textproc/libxslt/patches/patch-libxslt-extra_c
shell 5801c1add2 Sync with libxml
- Upgrade libxslt-1.0.2
- Add patch for timezone function
2001-08-18 13:13:31 +00:00

13 lines
367 B
Plaintext

$OpenBSD: patch-libxslt-extra_c,v 1.1 2001/08/18 13:13:31 shell Exp $
--- libxslt/extra.c.orig Sat Aug 18 20:46:16 2001
+++ libxslt/extra.c Sat Aug 18 20:46:53 2001
@@ -165,7 +165,7 @@
char *str;
char digits[5];
char result[29];
- long int field;
+ long int field, timezone;
time_t gmt, lmt;
struct tm gmt_tm;
struct tm *local_tm;