qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] Changes to qemacs/html.c


From: Charlie Gordon
Subject: [Qemacs-commit] Changes to qemacs/html.c
Date: Fri, 08 Jul 2005 05:30:46 -0400

Index: qemacs/html.c
diff -u qemacs/html.c:1.4 qemacs/html.c:1.5
--- qemacs/html.c:1.4   Wed May 11 15:12:14 2005
+++ qemacs/html.c       Fri Jul  8 09:30:44 2005
@@ -840,7 +840,7 @@
             break;
         if (c < 32 && (c != '\r' && c != '\n' && c != '\t' && c != '\e'))
             return 0;
-        if (stristart(p, "<HTML", NULL))
+        if (stristart((const char *)p, "<HTML", NULL))
             score = 100;
         p++;
     }




reply via email to

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