forked from kyonshi/grenzland-mud
Addressed several compiler warnings.
This commit is contained in:
@@ -278,7 +278,7 @@ int sprintascii(char *out, bitvector_t bits)
|
||||
}
|
||||
|
||||
/* converts illegal filename chars into appropriate equivalents */
|
||||
char *fix_filename(char *str)
|
||||
static char *fix_filename(char *str)
|
||||
{
|
||||
static char good_file_name[MAX_STRING_LENGTH];
|
||||
char *cindex = good_file_name;
|
||||
|
||||
Reference in New Issue
Block a user