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:
Bill Currie 2007-04-08 00:00:35 +00:00 committed by Jeff Teunissen
parent eaa79afe64
commit e27b2a9e54
2 changed files with 15 additions and 25 deletions

View file

@ -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;