should have been cur, dunno how it built before ...
fixed bug #661 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -185,7 +185,7 @@ BHandler::MessageReceived(BMessage *message)
|
|||||||
|
|
||||||
status_t err = message->GetCurrentSpecifier(&cur, &specifier, &form, &prop);
|
status_t err = message->GetCurrentSpecifier(&cur, &specifier, &form, &prop);
|
||||||
bool known = false;
|
bool known = false;
|
||||||
if (index < 0 || (strcmp(prop, "Messenger") == 0)) {
|
if (cur < 0 || (strcmp(prop, "Messenger") == 0)) {
|
||||||
err = reply.AddMessenger("result", this);
|
err = reply.AddMessenger("result", this);
|
||||||
known = true;
|
known = true;
|
||||||
} else if (strcmp(prop, "Suites") == 0) {
|
} else if (strcmp(prop, "Suites") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user