texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/info info.c,1.3,1.4


From: karl
Subject: texinfo/info info.c,1.3,1.4
Date: Sun, 15 Feb 2004 18:02:20 +0100

Update of /cvsroot/texinfo/texinfo/info
In directory sheep:/tmp/cvs-serv19731

Modified Files:
        info.c 
Log Message:
(main): in print_where_p case, ensure we don't try
to print NULL.


Index: info.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/info.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** info.c      17 Jan 2004 12:19:27 -0000      1.3
--- info.c      15 Feb 2004 17:02:17 -0000      1.4
***************
*** 383,387 ****
  
        if (print_where_p)
!         printf ("%s\n", user_filename);
        else if (user_output_filename)
          dump_nodes_to_file
--- 383,387 ----
  
        if (print_where_p)
!         printf ("%s\n", user_filename ? user_filename : "unknown?!");
        else if (user_output_filename)
          dump_nodes_to_file



reply via email to

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