[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 7110 cleanups
From: |
Markus Plail |
Subject: |
Re: 7110 cleanups |
Date: |
Fri, 12 Apr 2002 11:05:11 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i686-pc-linux-gnu) |
Hi Pavel!
* Pavel Machek writes:
> Hi!
> Duplicated code is bad.... Fixed. Okay to commit?
> Pavel
> case GOP_GetSMSnoValidate:
> + dprintf("Getting SMS (without validating)...\n");
> + data->SMSFolder = NULL;
^^^^^^^^^^^^^^^^^^
> return P7110_GetSMSnoValidate(data, state);
> case GOP_OnSMS:
> /* Register notify when running for the first time */
> @@ -905,7 +904,6 @@
> 0x01, /* Location */
> 0x01, 0x65, 0x01};
> - dprintf("Getting SMS (without validating)...\n");
> - data-> SMSFolder = NULL;
^^
Apart from that little addition it is OK for me.
Regards
Markus
- 7110 cleanups, Pavel Machek, 2002/04/12
- Re: 7110 cleanups,
Markus Plail <=