texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo files.c,1.4,1.5


From: dirt
Subject: texinfo/makeinfo files.c,1.4,1.5
Date: Mon, 12 Jan 2004 22:19:44 +0100

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

Modified Files:
        files.c 
Log Message:
2004-01-12  Alper Ersoy  <address@hidden>

        * makeinfo/files.c (register_delayed_write): warn if delayed write is
        requested when the output file is not seekable.



Index: files.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/files.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** files.c     8 Jan 2004 19:15:49 -0000       1.4
--- files.c     12 Jan 2004 21:19:42 -0000      1.5
***************
*** 593,597 ****
        || FILENAME_CMP (current_output_filename, NULL_DEVICE) == 0
        || FILENAME_CMP (current_output_filename, ALSO_NULL_DEVICE) == 0)
!     return;
  
    /* We need the HTML header in the output,
--- 593,602 ----
        || FILENAME_CMP (current_output_filename, NULL_DEVICE) == 0
        || FILENAME_CMP (current_output_filename, ALSO_NULL_DEVICE) == 0)
!     {
!       /* Do not register a new write if the output file is not seekable.
!          Let the user know about it first, though.  */
!       warning (_("@%s is useless when the output is not seekable"), command);
!       return;
!     }
  
    /* We need the HTML header in the output,



reply via email to

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