[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug report
From: |
BORBELY Zoltan |
Subject: |
Re: Bug report |
Date: |
Mon, 12 May 2003 17:34:45 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Tue, Mar 25, 2003 at 11:55:12AM +0600, Anton V.Dorofeev wrote:
> in file 'gsm-sms.c' in function sms_data_encode() in switch
> (sms->user_data[i].type) {
>
> add
> case GN_BMP_CallerLogo:
> if (!sms_udh_encode(rawsms, GN_SMS_UDH_CallerIDLogo)) return
> size = gn_bmp_sms_encode(&(sms->user_data[i].u.bitmap),
> rawsms->user_data + rawsms->user_data_length);
> break;
Thanks for spotting this out, fixed in the cvs. BTW the switch statement
was broken too.
Bye,
Bozo
- Re: Bug report,
BORBELY Zoltan <=