lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev undefined reference to `LIsListpageTitle'


From: Kim DeVaughn
Subject: Re: lynx-dev undefined reference to `LIsListpageTitle'
Date: Thu, 4 Mar 1999 12:01:01 -0800

On Thu, Mar 04, 1999, I said:
|
| Looks like a typo at LYMainLoop.c:3221.  That should be LYIsListpageTitle,
| I do believe.
|
| To wit:

Sigh.

I somehow nuked the diff header lines of the patchlet to fix that.

Here it is again ... in a form that patch(1) will understand ...

/kim


Against 2.8.2dev.18:

diff -uNr lynx-2.8.2-dev.18+kd.orig/src/LYMainLoop.c 
lynx-2.8.2-dev.18+kd/src/LYMainLoop.c
--- lynx-2.8.2-dev.18+kd.orig/src/LYMainLoop.c  Thu Mar  4 02:39:45 1999
+++ lynx-2.8.2-dev.18+kd/src/LYMainLoop.c       Thu Mar  4 11:33:49 1999
@@ -3218,7 +3218,7 @@
                         *  List Page is about. - kw
                         */
                        if ( 0==strcmp(curdoc.address, LYlist_temp_url()) &&
-                           (LIsListpageTitle(curdoc.title ? curdoc.title : 
""))) {
+                           (LYIsListpageTitle(curdoc.title ? curdoc.title : 
""))) {
                            if (!curdoc.post_data ||
                                /*
                                 *  Normal case - List Page is not associated
##--eof--##

reply via email to

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