From 63db9071d21b749f6883346cdea820aa3426c422 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 22 Sep 2001 00:47:09 +0000 Subject: [PATCH] Include print-copyr.h, not copysym.h. (main): Use print_copyright, not copyright_symbol. --- src/rmt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/rmt.c b/src/rmt.c index 81add79..0fe166b 100644 --- a/src/rmt.c +++ b/src/rmt.c @@ -32,7 +32,7 @@ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #include "system.h" -#include +#include #include #include #include @@ -294,10 +294,8 @@ main (int argc, char *const *argv) case 'v': { - char buf[MB_LEN_MAX + 1]; printf ("rmt (GNU %s) %s\n", PACKAGE, VERSION); - printf ("Copyright %s 2001 Free Software Foundation, Inc.\n", - copyright_symbol (buf, sizeof buf)); + print_copyright ("2001 Free Software Foundation, Inc."); puts (_("\ This program comes with NO WARRANTY, to the extent permitted by law.\n\ You may redistribute it under the terms of the GNU General Public License;\n\ -- 2.45.2