FreeBSD Bugzilla – Attachment #147776: Possible fix for
bug #93197
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 93197
| Differences between
Updated patch
and this patch
Collapse All
|
Expand All
(-)
lib/libc/stdtime/strptime.c (-3 lines)
Lines 103-111
Link Here
103
103
104
ptr = fmt;
104
ptr = fmt;
105
while (*ptr != 0) {
105
while (*ptr != 0) {
106
if (*buf == 0)
107
break;
108
109
c = *ptr++;
106
c = *ptr++;
110
107
111
if (c != '%') {
108
if (c != '%') {
Return to
bug 93197