lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [PATCH][dev13] Minor cruft


From: John Bley
Subject: lynx-dev [PATCH][dev13] Minor cruft
Date: Thu, 21 Oct 1999 14:56:37 -0400

* Remove a useless ';', use FREE() instead of free() - JB

"Real" patch attached.
I'm going to try to include it in the body as well.  However, the patch
contains long lines which I know will be mangled.  So, I'm going
to "trim" the patch so that it's easy to read in the message body.  I bet it
will still be mangled though....

[trimmed] HTDOS.c
@@ -48,7 +48,7 @@ char * HTDOS_wwwName ARGS1(char *, dosna
            break;
       default:
            *cp_url++ = ch;
-           break;;
+           break;
       }
       dosname++;
     }
diff -Burp lynx2-8-3/src/TRSTable.c lynx2-8-3-patched/src/TRSTable.c
--- lynx2-8-3/src/TRSTable.c    Thu Oct 21 10:56:48 1999
+++ lynx2-8-3-patched/src/TRSTable.c    Thu Oct 21 14:33:59 1999
@@ -161,7 +161,7 @@ PUBLIC void Stbl_free ARGS1(
        int i;
        for (i = 0; i <= me->nrows; i++)
            free_rowinfo(me->rows + i);
-       free(me->rows);
+       FREE(me->rows);
     }
     if (me)
        FREE(me->sumcols);

--
John Bley
address@hidden
  "Inquisitors create heretics." - Umberto Eco

Attachment: dev13-patch1.txt
Description: Text document


reply via email to

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