mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
use PR_CatStrings for strcat and padstr. ironicly, this should work better for now, and definitely will by the time I'm done.
This commit is contained in:
parent
eaa79afe64
commit
e27b2a9e54
2 changed files with 15 additions and 25 deletions
|
@ -399,7 +399,7 @@ pr_settempstring (progs_t *pr, char *s)
|
|||
return string_index (pr, sr);
|
||||
}
|
||||
|
||||
string_t
|
||||
VISIBLE string_t
|
||||
PR_CatStrings (progs_t *pr, const char *a, const char *b)
|
||||
{
|
||||
int lena;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue