]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/rea.c
COPYING duplicates information from README. Remove. Move GPL from
[empserver] / src / lib / commands / rea.c
index 0f901e07662d07aefa1337a370aff067466e93d8..f604e606be77a316c9e08074c4b9ec5a3bdefbb1 100644 (file)
@@ -19,9 +19,9 @@
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
@@ -100,7 +100,7 @@ rea(void)
        if (player->god && player->argp[1] &&
            (mineq(player->argp[1], "yes") == ME_MISMATCH) &&
            (mineq(player->argp[1], "no") == ME_MISMATCH)) {
-           if ((n = natarg(player->argp[1], "")) < 0)
+           if ((n = natarg(player->argp[1], NULL)) < 0)
                return RET_SYN;
            num = n;
            may_delete = 0;