Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
WindowMaker
WindowMaker-0.92.0-printf.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File WindowMaker-0.92.0-printf.diff of Package WindowMaker
--- src/misc.c +++ src/misc.c @@ -696,7 +696,7 @@ olen = len+1; out = malloc(olen); if (!out) { - wwarning(_("out of memory during expansion of \"%s\"")); + wwarning(_("out of memory during expansion of \"%s\""), cmdline); return NULL; } *out = 0; @@ -785,7 +785,8 @@ olen += slen; nout = realloc(out,olen); if (!nout) { - wwarning(_("out of memory during expansion of \"%a\"")); + wwarning(_("out of memory during expansion of \"%a\""), + user_input); goto error; } out = nout; @@ -835,7 +836,8 @@ olen += slen; nout = realloc(out,olen); if (!nout) { - wwarning(_("out of memory during expansion of \"%s\"")); + wwarning(_("out of memory during expansion of \"%s\""), + selection); goto error; } out = nout;
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