Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
nagios
nagios-fix_encoding_trends.cgi.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-fix_encoding_trends.cgi.patch of Package nagios
Index: cgi/getcgi.c =================================================================== --- cgi/getcgi.c.orig +++ cgi/getcgi.c @@ -96,6 +96,9 @@ break; else if(input[x]=='%'){ input[y]=hex_to_char(&input[x+1]); + if (input[y]=='+'){ + input[y]=' '; + } x+=2; } else
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