(Fmac_resume_apple_event): Set error number when
descriptor type of reply is non-null.
This commit is contained in:
parent
9a5a6add27
commit
bd619af503
1 changed files with 1 additions and 1 deletions
|
@ -1390,7 +1390,7 @@ nil, which means the event is already resumed or expired. */)
|
|||
ae = *p;
|
||||
*p = (*p)->next;
|
||||
if (INTEGERP (error_code)
|
||||
&& ae->apple_event.descriptorType != typeNull)
|
||||
&& ae->reply.descriptorType != typeNull)
|
||||
{
|
||||
SInt32 errn = XINT (error_code);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue