gnu: gd: Fix-CVE-2016-3074.
[jackhill/guix/guix.git] / gnu / packages / patches / totem-debug-format-fix.patch
CommitLineData
e2b89203
MW
1--- totem-3.20.1/src/backend/bacon-video-widget.c.orig 2016-03-22 12:45:32.000000000 -0400
2+++ totem-3.20.1/src/backend/bacon-video-widget.c 2016-05-11 02:49:55.299109551 -0400
3@@ -2334,7 +2334,7 @@
4 if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) {
5 GST_DEBUG ("Chapter #%d (couldn't get times)", i);
6 } else {
7- GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
8+ GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, (long) start, (long) stop);
9 }
10 }
11