Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
diald
diald-1.0-bound.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File diald-1.0-bound.diff of Package diald
--- diald-1.0/utils.c +++ diald-1.0/utils.c @@ -12,8 +12,8 @@ static char dt[128]; size_t len; - len = strftime(dt, 128, "%c %Z", localtime(&now)); - if (len == 128) dt[len] = 0; + len = strftime(dt, sizeof(dt), "%c %Z", localtime(&now)); + if (len == sizeof(dt)) dt[len-1] = 0; return dt; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor