Commit fcb96bb2 authored by Andre Pang's avatar Andre Pang

* cmml: fix for loading non-file:// URLs on win32

parent ee0268f9
......@@ -434,11 +434,7 @@ char *XURL_GetHead( const char *psz_path )
}
/* append a trailing / */
#ifdef XURL_WIN32_PATHING
streallocat( psz_path_head, "\\" );
#else
streallocat( psz_path_head, "/" );
#endif
return psz_path_head;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment