mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-20 07:56:09 +01:00
Fix most compiler warnings and fix for OSX.
This commit is contained in:
parent
a61c2c6c60
commit
eadcd45b6e
6 changed files with 15 additions and 8 deletions
|
|
@ -207,7 +207,7 @@ static void hedit_disp_menu(struct descriptor_data *d)
|
|||
void hedit_parse(struct descriptor_data *d, char *arg)
|
||||
{
|
||||
char buf[MAX_STRING_LENGTH];
|
||||
char *oldtext = '\0';
|
||||
char *oldtext = "";
|
||||
int number;
|
||||
|
||||
switch (OLC_MODE(d)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue