Commit 1dbf3645 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

typo

parent 5111521d
......@@ -60,7 +60,7 @@ static char *FileToUrl( const char *name, bool *pb_index )
/* convert '\\' into '/' */
for( char *ptr = url; *ptr; ptr++ )
if( *ptr == DIR_SEP_CHAR )
*name = '/';
*ptr = '/';
#endif
/* index.* -> / */
......
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