texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo float.c,1.19,1.20


From: karl
Subject: texinfo/makeinfo float.c,1.19,1.20
Date: Thu, 12 Feb 2004 15:14:01 +0100

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

Modified Files:
        float.c 
Log Message:
(cm_listoffloats): change warning wording.


Index: float.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/float.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** float.c     23 Jan 2004 15:54:54 -0000      1.19
--- float.c     12 Feb 2004 14:13:58 -0000      1.20
***************
*** 181,185 ****
  
    if (handling_delayed_writes && !float_type_exists (float_type))
!     warning (_("Requested float type %s is not previously used"), float_type);
  
    if (xml)
--- 181,185 ----
  
    if (handling_delayed_writes && !float_type_exists (float_type))
!     warning (_("Requested float type `%s' not previously used"), float_type);
  
    if (xml)



reply via email to

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