~ruther/guix-local

ref: c4bc6cf49f0b77f5ca2e97d8fa00b61cd80c1dd4 guix-local/gnu/packages/patches/libcss-check-format.patch -rw-r--r-- 424 bytes
c4bc6cf4 — Nicolas Graves gnu: Remove python-cookies. 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Submitted upstream at https://bugs.netsurf-browser.org/mantis/view.php?id=2870

--- libcss-0.9.2/test/dump.h.orig
+++ libcss-0.9.2/test/dump.h
@@ -131,7 +131,7 @@ void dump_rule_media(css_rule_media *s, char **buf, size_t *buflen)
 	char *ptr = *buf;
 	css_rule *rule;
 
-	ptr += sprintf(ptr, "| @media %s%03lx",
+	ptr += sprintf(ptr, "| @media %s%03" PRIx64,
 			s->media->negate_type ? "not " : "",
 			s->media->type);