mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
screenshot: fix invalid cast in debug message
This commit is contained in:
committed by
Jacek Jendrzej
parent
119f87f97b
commit
04cd53f45d
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user