You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
7 years ago
|
--- current/lib/formats.orig 2017-10-09 16:02:37.884785158 +0200
|
||
|
+++ current/lib/formats.c 2017-10-09 16:03:20.640862788 +0200
|
||
|
@@ -101,7 +101,7 @@
|
||
|
val = xstrdup(_("(not a number)"));
|
||
|
} else {
|
||
|
struct tm * tstruct;
|
||
|
- char buf[50];
|
||
|
+ char buf[1024];
|
||
|
time_t dateint = rpmtdGetNumber(td);
|
||
|
tstruct = localtime(&dateint);
|
||
|
|