PrintToStream output now matches R5

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-08-26 15:02:05 +00:00
parent fef6144999
commit 492b2e2933
+1 -1
View File
@@ -214,7 +214,7 @@ BRect::OffsetToCopy(float dx, float dy)
void
BRect::PrintToStream() const
{
printf("BRect(%.1f, %.1f, %.1f, %.1f)\n", left, top, right, bottom);
printf("BRect(l:%.1f, t:%.1f, r:%.1f, b:%.1f)\n", left, top, right, bottom);
}
//------------------------------------------------------------------------------
bool