lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV minor debugging enhancement


From: Larry W. Virden, x2487
Subject: LYNX-DEV minor debugging enhancement
Date: Thu, 6 Feb 1997 10:04:50 -0500

This one can wait till after lynx 2.7 unless someone goes into LYEdit.c
before then.

I am working on a weird problem where I get a warning message when I 
try to edit my bookmark list.  I get it when I log in from home but not
when I am on here at work.  Anyways, I added this to trace what 
command is being issued to start the editor.

*** src/LYEdit.c-dist   Thu Feb  6 09:24:07 1997
--- src/LYEdit.c        Thu Feb  6 09:24:09 1997
***************
*** 105,110 ****
--- 105,112 ----
                                                                  filename);
        else
            sprintf(command,"%s \"%s\"",editor, filename);
+       if (TRACE)
+               fprintf(stderr, "LYEdit: %s\n",command);
  #endif /* VMS */
        FREE(filename);
  
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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