]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Jan 2005 15:32:09 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-content-type.patch -> 1.3

elinks-content-type.patch [deleted file]

diff --git a/elinks-content-type.patch b/elinks-content-type.patch
deleted file mode 100644 (file)
index 907a60d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- elinks-0.10.0/src/mime/mime.c.orig 2004-10-14 20:50:37.000000000 +0200
-+++ elinks-0.10.0/src/mime/mime.c      2004-12-31 13:26:02.000000000 +0100
-@@ -177,6 +177,8 @@
-       ctype = parse_header(cached->head, "Content-Type", NULL);
-       if (ctype) {
-+      /* treat empty Content-Type as not present (to avoid crash) */
-+      if (*ctype != '\0') {
-               unsigned char *end = strchr(ctype, ';');
-               int ctypelen;
-@@ -191,7 +193,7 @@
-               if (*ctype) {
-                       return ctype;
-               }
--
-+      }
-               mem_free(ctype);
-       }
This page took 0.092384 seconds and 4 git commands to generate.