[PATCH] Fix warnings
François Revol <[email protected]> Tue, 21 Jan 2014 21:27:25 +0100
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I believe there is a typo in there, at least gcc complains about it... François. _______________________________________________ Qemacs-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/qemacs-devel
cssparse-001.diff
(text/x-patch, 677 B)
? 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;