[Bug 42925] New: strftime() truncates output inappropriately when %z is used
https://bugs.winehq.org/show_bug.cgi?id=42925 Bug ID: 42925 Summary: strftime() truncates output inappropriately when %z is used Product: Wine Version: 2.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: mark+winebugs(a)carnildo.com Distribution: --- strftime(buffer, 10000, "Diagnostic report generated at %c %z by version ", now); On Windows (every version I've tested), this produces output similar to Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time by version On Wine, it instead produces Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time (note the truncation after the time zone). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42925 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC| |piotr.caban(a)gmail.com Fixed by SHA1| |5823e5b9140dc3b6c82c16912f5 | |52e7625caf08c --- Comment #1 from Piotr Caban <piotr.caban(a)gmail.com> --- It produces correct output now. Marking as fixed (you can retest it with wine from git or wait for next wine 2.8). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42925 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.8. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org