MCPcopy Create free account
hub / github.com/ZDoom/Raze / FixPathSeperator

Function FixPathSeperator

source/common/utility/cmdlib.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92//==========================================================================
93
94void FixPathSeperator (char *path)
95{
96 while (*path)
97 {
98 if (*path == '\\')
99 *path = '/';
100 path++;
101 }
102}
103
104//==========================================================================
105//

Callers 1

NormalizeFileNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected