]> Dogcows Code - chaz/tar/commitdiff
\a doesn't work with msgfmt.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jul 1999 21:01:44 +0000 (21:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jul 1999 21:01:44 +0000 (21:01 +0000)
Fix copyright notice.

src/buffer.c

index 5eb1cc86f5ca00f4d64bbcb54e632e27dff27b67..1ad48f0657e9adf549333d75f7745cf9f4b819fa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
-   59 Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "system.h"
 
@@ -1565,8 +1565,9 @@ tryagain:
          {
            char input_buffer[80];
 
+           fputc ('\007', stderr);
            fprintf (stderr,
-                    _("\007Prepare volume #%d for %s and hit return: "),
+                    _("Prepare volume #%d for %s and hit return: "),
                     global_volno, *archive_name_cursor);
            fflush (stderr);
 
This page took 0.0238 seconds and 4 git commands to generate.