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