screenshot: fix invalid cast in debug message

Origin commit data
------------------
Commit: 598361c2a1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
This commit is contained in:
Stefan Seyfried
2013-03-09 18:21:36 +01:00
parent bc4f37de5e
commit 0a761f665e

View File

@@ -99,7 +99,7 @@ bool CScreenShot::GetData()
return false;
}
printf("CScreenShot::GetData: data: %x %d x %d\n", (int) pixel_data, xres, yres);
printf("CScreenShot::GetData: data: %p %d x %d\n", pixel_data, xres, yres);
return true;
}