summaryrefslogtreecommitdiff
path: root/libgammu/phone/obex/obexgen.c
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-10-18 10:25:29 +0200
committerMichal Čihař <nijel@debian.org>2017-10-18 10:25:29 +0200
commit1b4e1bec085a3a96d5683821a5f8875db8a45964 (patch)
tree1621cd0cb4fbbb567af9adb2516ee4c40ff9bbee /libgammu/phone/obex/obexgen.c
parent105250a08aeaef4c4690ac00d4f956d04bc3a9f5 (diff)
parentaad5c0f31b8583d1de28434597fb81a2079434a0 (diff)
Updated version 1.38.5 from 'upstream/1.38.5'
with Debian dir ec9e041589bbe58997654cc8ebb3f0cd170098ed
Diffstat (limited to 'libgammu/phone/obex/obexgen.c')
-rw-r--r--libgammu/phone/obex/obexgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgammu/phone/obex/obexgen.c b/libgammu/phone/obex/obexgen.c
index a9c47ad..c7a66ef 100644
--- a/libgammu/phone/obex/obexgen.c
+++ b/libgammu/phone/obex/obexgen.c
@@ -733,6 +733,7 @@ static GSM_Error OBEXGEN_ReplyAddFilePart(GSM_Protocol_Message *msg, GSM_StateMa
/* ID of newly created m-obex entry */
Priv->m_obex_newid = msg->Buffer[Pos+3]*256 + msg->Buffer[Pos+4];
Pos += 5;
+ break;
case 0xcb:
/* Skip Connection ID (we ignore this for now) */
Pos += 5;