texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo files.c,1.12,1.13


From: karl
Subject: texinfo/makeinfo files.c,1.12,1.13
Date: Wed, 11 Feb 2004 23:32:25 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv30879

Modified Files:
        files.c 
Log Message:
(register_delayed_write): change wording of msgs.


Index: files.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/files.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** files.c     3 Feb 2004 12:15:59 -0000       1.12
--- files.c     11 Feb 2004 22:32:22 -0000      1.13
***************
*** 641,646 ****
  
  void
! register_delayed_write (delayed_command)
!      char *delayed_command;
  {
    DELAYED_WRITE *new;
--- 641,645 ----
  
  void
! register_delayed_write (char *delayed_command)
  {
    DELAYED_WRITE *new;
***************
*** 649,653 ****
      {
        /* Cannot register if we don't know what the output file is.  */
!       warning (_("``%s'' before output filename is omitted"), 
delayed_command);
        return;
      }
--- 648,652 ----
      {
        /* Cannot register if we don't know what the output file is.  */
!       warning (_("`%s' omitted before output filename"), delayed_command);
        return;
      }
***************
*** 657,661 ****
        /* Do not register a new write if the output file is not seekable.
           Let the user know about it first, though.  */
!       warning (_("``%s'' omitted since output is to stdout"), 
delayed_command);
        return;
      }
--- 656,660 ----
        /* Do not register a new write if the output file is not seekable.
           Let the user know about it first, though.  */
!       warning (_("`%s' omitted since writing to stdout"), delayed_command);
        return;
      }



reply via email to

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