bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: locate --help minor but ironic bug


From: Stepan Kasal
Subject: Re: locate --help minor but ironic bug
Date: Mon, 24 Jun 2002 10:49:36 +0200
User-agent: Mutt/1.2.5.1i

Hallo,
        on 20 Jun 2002, Dan Jacobson has reported the following bug
in locate:

Report bugs to <address@hidden>.$
                                       ^there's a bug.  No newline

A patch follows.

Regards
Stepan Kasal

--- findutils-4.1.7.orig/locate/locate.c        Sun May 20 22:39:37 2001
+++ findutils-4.1.7/locate/locate.c     Mon Jun 24 10:25:26 2002
@@ -427,7 +427,7 @@
 Usage: %s [-d path | --database=path] [-e | --existing]\n\
       [-i | --ignore-case] [--version] [--help] pattern...\n"),
           program_name);
-  fputs (_("\nReport bugs to <address@hidden>."), stream);
+  fprintf (stream, "\n%s\n", _("Report bugs to <address@hidden>."));
   exit (status);
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]