emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fd33b637e98: ; Fix omission from last change


From: Po Lu
Subject: master fd33b637e98: ; Fix omission from last change
Date: Mon, 11 Mar 2024 21:55:16 -0400 (EDT)

branch: master
commit fd33b637e986e7ec1c34a1358b5c71e31db95c11
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Fix omission from last change
    
    * src/androidselect.c (android_notification_deleted): Adjust for
    changed notification list format.
---
 src/androidselect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/androidselect.c b/src/androidselect.c
index bcb7bcd2c3b..a5a4c4c2e59 100644
--- a/src/androidselect.c
+++ b/src/androidselect.c
@@ -908,7 +908,7 @@ android_notification_deleted (struct 
android_notification_event *event,
       && sscanf (event->tag, "%*d.%*ld.%jd", &id) > 0)
     {
       ie->kind = NOTIFICATION_EVENT;
-      ie->arg  = list3 (XCDR (item), make_int (id),
+      ie->arg  = list3 (XCAR (XCDR (item)), make_int (id),
                        Qundefined);
     }
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]