MCPcopy 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
406void plustospace(char *str) {
407 register int x;
408
409 for(x=0;str[x];x++) if(str[x] == '+') str[x] = ' ';
410}
411
412int rind(char *s, char c) {
413 register int x;

Callers 1

loadParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected