Misc cleanups.

This commit is contained in:
Zephaniah E. Hull 2000-10-24 17:03:09 +00:00
parent d8dc00f29b
commit b9c0c95729
5 changed files with 10 additions and 12 deletions

View file

@ -190,7 +190,7 @@ void Info_RemovePrefixedKeys (char *start, char prefix)
}
void Info_SetValueForStarKey (char *s, char *key, char *value, int maxsize)
void Info_SetValueForStarKey (char *s, char *key, char *value, size_t maxsize)
{
char newstr[1024], *v;
int c, is_name, is_team;
@ -257,7 +257,7 @@ void Info_SetValueForStarKey (char *s, char *key, char *value, int maxsize)
*s = 0;
}
void Info_SetValueForKey (char *s, char *key, char *value, int maxsize)
void Info_SetValueForKey (char *s, char *key, char *value, size_t maxsize)
{
if (key[0] == '*')
{