Gitweb links:
...log
http://git.netsurf-browser.org/libcss.git/shortlog/100b51e5c47a4fe1ff77dc766a3283b633723ea6
...commit
http://git.netsurf-browser.org/libcss.git/commit/100b51e5c47a4fe1ff77dc766a3283b633723ea6
...tree
http://git.netsurf-browser.org/libcss.git/tree/100b51e5c47a4fe1ff77dc766a3283b633723ea6
The branch, master has been updated
via 100b51e5c47a4fe1ff77dc766a3283b633723ea6 (commit)
from 5cd8a2a7b7c1aff763c805a8459a15a3aba6f6e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libcss.git/commit/?id=100b51e5c47a4fe1ff77dc766a3283b633723ea6
commit 100b51e5c47a4fe1ff77dc766a3283b633723ea6
Author: Michael Drake <Michael Drake [email protected]>
Commit: Michael Drake <Michael Drake [email protected]>
Fix typo in assertion.
diff --git a/src/select/mq.h b/src/select/mq.h
index 436eb90..e4c09af 100644
--- a/src/select/mq.h
+++ b/src/select/mq.h
@@ -47,7 +47,7 @@ static inline bool mq_match_condition(
cond->parts->parts[i]->data.feat,
media);
} else {
- assert(cond->parts->parts[i]->type == SS_MQ_COND);
+ assert(cond->parts->parts[i]->type == CSS_MQ_COND);
part_matched = mq_match_condition(
cond->parts->parts[i]->data.cond,
media);
-----------------------------------------------------------------------
Summary of changes:
src/select/mq.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/select/mq.h b/src/select/mq.h
index 436eb90..e4c09af 100644
--- a/src/select/mq.h
+++ b/src/select/mq.h
@@ -47,7 +47,7 @@ static inline bool mq_match_condition(
cond->parts->parts[i]->data.feat,
media);
} else {
- assert(cond->parts->parts[i]->type == SS_MQ_COND);
+ assert(cond->parts->parts[i]->type == CSS_MQ_COND);
part_matched = mq_match_condition(
cond->parts->parts[i]->data.cond,
media);
--
Cascading Style Sheets library
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org