summaryrefslogtreecommitdiff
path: root/packages/gsm/files/qualcomm-extreply.patch
blob: 010a8c9f31088591fe545644b90170c87b0dde1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gsm/src/gsmd/atcmd.c
===================================================================
--- gsm.orig/src/gsmd/atcmd.c	2007-04-02 09:59:16.000000000 +0200
+++ gsm/src/gsmd/atcmd.c	2007-04-02 10:10:54.000000000 +0200
@@ -207,7 +207,7 @@
 	 *    TBD
 	 */
 
-	if (buf[0] == '+' || buf[0] == '%') {
+	if (buf[0] == '+' || buf[0] == '%' || buf[0] == '@') {
 		/* an extended response */
 		const char *colon = strchr(buf, ':');
 		if (!colon) {