From d7753fce0e0e218f78063ac333de8f0edde2d753 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 24 Jul 2010 13:51:28 +0000 Subject: [PATCH] Added two important comments --- src/modem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modem.c b/src/modem.c index f06a25e..8382ca8 100644 --- a/src/modem.c +++ b/src/modem.c @@ -205,7 +205,7 @@ int gsm_modem_contact_edit(GSMModem * gsmm, unsigned int index, { int ret; char const cmd[] = "AT+CPBW="; - unsigned int type = 129; + unsigned int type = 129; /* FIXME may be wrong */ size_t len; char * buf; @@ -231,7 +231,7 @@ int gsm_modem_contact_new(GSMModem * gsmm, char const * name, { int ret; char const cmd[] = "AT+CPBW="; - unsigned int type = 129; + unsigned int type = 129; /* FIXME may be wrong */ size_t len; char * buf;