mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
use "must" instead of "should"
This commit is contained in:
parent
a6822c8c10
commit
907efe03a4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ SV_Gamedir_f (void)
|
|||
|
||||
if (strstr (dir, "..") || strstr (dir, "/")
|
||||
|| strstr (dir, "\\") || strstr (dir, ":")) {
|
||||
Sys_Printf ("Gamedir should be a single filename, not a path\n");
|
||||
Sys_Printf ("Gamedir must be a single filename, not a path\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue