Get rid of "s_char" in the client source. No functional changes.
This commit is contained in:
parent
c95fcc7dfb
commit
3e7d57a8c9
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ wripglob(char *filename)
|
|||
}
|
||||
fprintf(fp, _ipglob_copyright_header);
|
||||
fprintf(fp, "#include \"misc.h\"\n");
|
||||
fprintf(fp, "s_char empirehost[] = \"%s\";\n", HN);
|
||||
fprintf(fp, "s_char empireport[] = \"%d\";\n", PN);
|
||||
fprintf(fp, "char empirehost[] = \"%s\";\n", HN);
|
||||
fprintf(fp, "char empireport[] = \"%d\";\n", PN);
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue