mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-26 20:18:49 +01:00
Testing github commits to fix warnings.
This commit is contained in:
parent
20cb453655
commit
3095dc4ef1
1 changed files with 0 additions and 2 deletions
|
|
@ -155,7 +155,6 @@ ACMD(do_tell)
|
|||
/* getpid() is not portable */
|
||||
send_to_char(ch, "Sorry, that is not available in the windows port.\r\n");
|
||||
#else /* all other configurations */
|
||||
int i;
|
||||
char word[MAX_INPUT_LENGTH], *p, *q;
|
||||
|
||||
if (last_webster_teller != -1L) {
|
||||
|
|
@ -180,7 +179,6 @@ ACMD(do_tell)
|
|||
return;
|
||||
}
|
||||
snprintf(buf, sizeof(buf), "../bin/webster %s %d &", word, (int) getpid());
|
||||
i = system(buf);
|
||||
last_webster_teller = GET_IDNUM(ch);
|
||||
send_to_char(ch, "You look up '%s' in Merriam-Webster.\r\n", word);
|
||||
#endif /* platform specific part */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue