Hey there,
It's been nearly three months since the patch I provided in the previous
report that will close this and several other sqsh bugs. Is there
something wrong with it? Should I take this up with the upstream
author(s)? Should I go jump in a lake?
I'm happy to do more work to get the f
dst = 0;
+ /* correct the final three fields, which as a side effect could change
tm_hour */
+ mktime(&tm);
+
+ tm.tm_hour = dr->hour;
+
/* NOTE 2 in intentional. one more character is required because we
replace %z with 3 digits */
our_format = (ch
2 matches
Mail list logo