Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ plustospace
Function
plustospace
cgiutil.c:406–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
void plustospace(char *str) {
407
register int x;
408
409
for(x=0;str[x];x++) if(str[x] ==
'+'
) str[x] =
' '
;
410
}
411
412
int rind(char *s, char c) {
413
register int x;
Callers
1
loadParams
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected