gnokii-users
[Top][All Lists]
Advanced

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

Re: patch: Premicell support


From: Jonas Berlin
Subject: Re: patch: Premicell support
Date: Tue, 31 Aug 2004 12:57:45 +0300
User-agent: Opera M2/7.54 (Linux, build 751)

On Tue, 31 Aug 2004 10:08:03 +0200 (CEST), Pawel Kot <address@hidden> wrote:

+       /* premicell does not want sms centers in PDU packets (send & */
+       /* receive) */
+       if (!strncasecmp("0301", foundmodel, 4))
+               AT_DRVINST(state)->no_smsc = 1;

Ahem.. strncmp would do just fine.. :) I just did the same as in the other if-statement in the same function, which also uses strncasecmp unnecessarily :)

--
- xkr47




reply via email to

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