* check against baad as e.g. the epson addon does not return okok on success
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26305 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -846,7 +846,7 @@ namespace BPrivate {
|
|||||||
|
|
||||||
BMessage reply;
|
BMessage reply;
|
||||||
if (printServer.SendMessage(request, &reply) != B_OK
|
if (printServer.SendMessage(request, &reply) != B_OK
|
||||||
|| reply.what != 'okok') {
|
|| reply.what == 'baad') {
|
||||||
messenger->SetResult(NULL);
|
messenger->SetResult(NULL);
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user