mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 18:03:37 +02:00
screenshot: fix invalid cast in debug message
Origin commit data
------------------
Commit: 2f30a63a6b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
This commit is contained in:
committed by
[CST] Focus
parent
44d491cc7f
commit
3239bce22d
@@ -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