gnokii-users
[Top][All Lists]
Advanced

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

GE_SMSSENDFAILED


From: Gede Buwana Mahartapa
Subject: GE_SMSSENDFAILED
Date: Mon, 22 Jul 2002 08:11:55 +0700

Dear all,

I just download and try 0.4.1.
Please look at mysql.c and pq.c the following line :

    while ((error == GE_TIMEOUT || error == GE_SMSSENDFAILED) && numError++
< 3);

It seems that GE_SMSSENDFAILED only valid on 0.3.5 where error type was put
into gsm-common.h instead of gsm-error.h on 0.4.1

Any replacement code or we just eliminate that into :

    while (error == GE_TIMEOUT && numError++ < 3);


Regards,

-wawan





reply via email to

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