mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
screenshot: fix invalid cast in debug message
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04cd53f45d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
5499d2192b
commit
6d93c6a99e
@@ -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