]> diplodocus.org Git - nmh/blobdiff - sbr/folder_pack.c
Fix bug in advertise("", "", "foo", ap).
[nmh] / sbr / folder_pack.c
index 2bddb0ddf90de5097771c5ae59e55befa8f8d7e1..b2f7953274960d9b44840926ad46ab54f14db108 100644 (file)
@@ -3,8 +3,6 @@
  * folder_pack.c -- pack (renumber) the messages in a folder
  *               -- into a contiguous range from 1 to n.
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -40,7 +38,7 @@ folder_pack (struct msgs **mpp, int verbose)
        if ((mp = folder_realloc (mp, 1, mp->hghmsg)))
            *mpp = mp;
        else {
-           advise (NULL, "unable to allocate folder storage");
+           inform("unable to allocate folder storage");
            return -1;
        }
     }