Skip to content
Snippets Groups Projects
Commit 77d4db01 authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Anthony Liguori
Browse files

Fix vga_screen_dump_blank() PPM generation


vga_screen_dump_blank() was not generating a valid PPM file: the width of the
image made no sense (why it was multiplied by sizeof(uint32_t)?), and there was
only one sample per pixel, instead of three.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent aea2a33c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment