Fixed incorrect comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3161,8 +3161,7 @@ ServerWindow::_DispatchPictureMessage(int32 code, BPrivate::LinkReceiver &link)
|
|||||||
free(string);
|
free(string);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Terminate the string, if nothing else, it's important
|
// Terminate the string
|
||||||
// for the DTRACE call below...
|
|
||||||
string[info.stringLength] = '\0';
|
string[info.stringLength] = '\0';
|
||||||
|
|
||||||
picture->WriteDrawString(info.location, string, info.stringLength,
|
picture->WriteDrawString(info.location, string, info.stringLength,
|
||||||
|
|||||||
Reference in New Issue
Block a user