Removed implicit conversion to int32 (CID: 1251478)

This commit is contained in:
Theodore Kokkoris 2014-12-03 18:20:09 +00:00 committed by Adrien Destugues
parent f78b08d846
commit 1ee239ec7c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ main()
accelerant_device_info info;
// At the moment, screen.ID() is always 0;
printf("Screen %d:", screen.ID());
printf("Screen %" B_PRId32 ":", screen.ID().id);
if (screen.GetDeviceInfo(&info) != B_OK) {
printf(" unavailable\n");
} else {