]> git.pond.sub.org Git - empserver/blob - src/scripts/nightly/patches/All/lost.c.patch
Fix trailing whitespace
[empserver] / src / scripts / nightly / patches / All / lost.c.patch
1 diff --git a/src/lib/commands/lost.c b/src/lib/commands/lost.c
2 index 8e410e6..b29c0a2 100644
3 --- a/src/lib/commands/lost.c
4 +++ b/src/lib/commands/lost.c
5 @@ -51,7 +51,7 @@ lost(void)
6
7      prdate();
8      nlost = 0;
9 -    time(&now);
10 +    now = (time_t)101;
11      pr("DUMP LOST ITEMS %ld\n", (long)now);
12      if (player->god)
13         pr("owner ");