MCPcopy Index your code
hub / github.com/MapServer/MapServer / msStringChop

Function msStringChop

mapstring.c:410–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410char *msStringChop(char *string) {
411 int n;
412
413 n = strlen(string);
414 if(n>0)
415 string[n-1] = '\0';
416
417 return(string);
418}
419
420/*
421** Trim leading and trailing white space.

Callers 3

loadQueryParamsFunction · 0.85
writeLogFunction · 0.85
msDebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected