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); .org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
AgeCommit message (Expand)Author
2020-06-17.guix-channel: Add primary URL....* .guix-channel: Add 'url'. Ludovic Courtès
2020-06-16.guix-channel: Add 'keyring-reference'....* .guix-channel: Add 'keyring-reference'. Ludovic Courtès
2019-09-23Add '.guix-channel' file....* .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès