maint: use '\0'
This commit is contained in:
parent
30a7036dac
commit
0876ac3cce
@ -77,7 +77,7 @@ namespace
|
|||||||
*dst++ = *src;
|
*dst++ = *src;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*dst = 0;
|
*dst = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
void build_os_path_for_thread(const char* base, const char* game, const char* qpath, char* ospath, game::native::FsThread thread)
|
void build_os_path_for_thread(const char* base, const char* game, const char* qpath, char* ospath, game::native::FsThread thread)
|
||||||
|
Loading…
Reference in New Issue
Block a user