Hi,
I believe there is a typo in there, at least gcc complains about it...

François.
? tmp.l1
? todo.org
? vg.001
? vg.002
? x11.c_
? cp/ATARIST.TXT
Index: libqhtml/cssparse.c
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/cssparse.c,v
retrieving revision 1.18
diff -u -r1.18 cssparse.c
--- libqhtml/cssparse.c	20 Apr 2008 11:54:36 -0000	1.18
+++ libqhtml/cssparse.c	21 Jan 2014 20:25:07 -0000
@@ -298,7 +298,7 @@
                 !(type & (CSS_TYPE_FOUR|CSS_TYPE_ARGS)))
                 break;
             if (nb_args >= 4 &&
-                (!type & CSS_TYPE_ARGS))
+                !(type & CSS_TYPE_ARGS))
                 break;
             if (nb_args >= MAX_ARGS)
                 break;
_______________________________________________
Qemacs-devel mailing list
Qemacs-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/qemacs-devel

Reply via email to