* [Qemu-devel] [6350] Fix compilation of blizzard.c
@ 2009-01-16 19:51 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-16 19:51 UTC (permalink / raw)
To: qemu-devel
Revision: 6350
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6350
Author: aliguori
Date: 2009-01-16 19:51:14 +0000 (Fri, 16 Jan 2009)
Log Message:
-----------
Fix compilation of blizzard.c
ppm_save's signature changed so it needs updating.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/hw/blizzard.c
Modified: trunk/hw/blizzard.c
===================================================================
--- trunk/hw/blizzard.c 2009-01-16 19:45:28 UTC (rev 6349)
+++ trunk/hw/blizzard.c 2009-01-16 19:51:14 UTC (rev 6350)
@@ -939,7 +939,7 @@
blizzard_update_display(opaque);
if (s && ds_get_data(s->state))
- ppm_save(filename, ds_get_data(s->state), s->x, s->y, ds_get_linesize(s->state));
+ ppm_save(filename, s->state);
}
#define DEPTH 8
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-16 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16 19:51 [Qemu-devel] [6350] Fix compilation of blizzard.c Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).