* Use B_PRI* macros.
* Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42176 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4bb026ea4b
commit
32a44923a6
@ -332,7 +332,8 @@ BRegion::PrintToStream() const
|
|||||||
|
|
||||||
for (long i = 0; i < fCount; i++) {
|
for (long i = 0; i < fCount; i++) {
|
||||||
clipping_rect *rect = &fData[i];
|
clipping_rect *rect = &fData[i];
|
||||||
printf("data[%ld] = BRect(l:%ld.0, t:%ld.0, r:%ld.0, b:%ld.0)\n",
|
printf("data[%ld] = BRect(l:%" B_PRId32 ".0, t:%" B_PRId32
|
||||||
|
".0, r:%" B_PRId32 ".0, b:%" B_PRId32 ".0)\n",
|
||||||
i, rect->left, rect->top, rect->right - 1, rect->bottom - 1);
|
i, rect->left, rect->top, rect->right - 1, rect->bottom - 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user