Looks like the fix didn't work

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15658 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2005-12-22 21:37:19 +00:00
parent 57de0ba79d
commit 6700022a75
+1 -1
View File
@@ -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;