* 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:
Karsten Heimrich
2008-07-07 19:14:08 +00:00
parent f56301c9e8
commit 7630cacab6
+1 -1
View File
@@ -846,7 +846,7 @@ namespace BPrivate {
BMessage reply;
if (printServer.SendMessage(request, &reply) != B_OK
|| reply.what != 'okok') {
|| reply.what == 'baad') {
messenger->SetResult(NULL);
return B_ERROR;
}