From c08ff511ed1f2f1ad1c3466b2f25a5c0dd405411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 7 Sep 2026 08:54:58 +0200 Subject: [PATCH 1/3] Apply suggested fix to gammu/src/convertors/sms.c from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- gammu/src/convertors/sms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gammu/src/convertors/sms.c b/gammu/src/convertors/sms.c index 0189b91e3..67df3826a 100644 --- a/gammu/src/convertors/sms.c +++ b/gammu/src/convertors/sms.c @@ -498,7 +498,6 @@ char *UDHTypeToString(GSM_UDH type) if (s == NULL) { PyErr_Format(PyExc_ValueError, "Bad value for UDHType from Gammu: '%d'", type); - return NULL; } return s; From 36f269fd33be62adbe655bf19ce407f02dbc5ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 7 Sep 2026 08:54:58 +0200 Subject: [PATCH 2/3] Apply suggested fix to gammu/src/convertors/sms.c from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> From 834d4fed011c26d1f8670bfca6d8cea458f6f249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 7 Sep 2026 08:54:59 +0200 Subject: [PATCH 3/3] Apply suggested fix to gammu/src/convertors/sms.c from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>