diff --git a/src/kits/app/Roster.cpp b/src/kits/app/Roster.cpp index 9382c3eff7..4fca83914c 100644 --- a/src/kits/app/Roster.cpp +++ b/src/kits/app/Roster.cpp @@ -2457,7 +2457,7 @@ query_for_app(const char *signature, entry_ref *appRef) if (volume.SetTo(dev_for_path("/boot")) != B_OK || query.SetVolume(&volume) != B_OK || query.PushAttr("BEOS:APP_SIG") != B_OK - || query.PushString(signature, true) != B_OK + || query.PushString(signature) != B_OK || query.PushOp(B_EQ) != B_OK || query.Fetch() != B_OK) { error = B_LAUNCH_FAILED_APP_NOT_FOUND;