gnokii-commit
[Top][All Lists]
Advanced

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

CVS: gnokii/xgnokii xgnokii_lowlevel.c,1.76,1.77 xgnokii_sms.c,1.49,1.50


From: Pawel Kot <address@hidden>
Subject: CVS: gnokii/xgnokii xgnokii_lowlevel.c,1.76,1.77 xgnokii_sms.c,1.49,1.50
Date: Wed, 15 Jan 2003 19:25:01 -0500

Update of /cvsroot/gnokii/gnokii/xgnokii
In directory subversions:/tmp/cvs-serv18755/xgnokii

Modified Files:
        xgnokii_lowlevel.c xgnokii_sms.c 
Log Message:
Bug found and fixed by Uli Hopp.

In phonemonitor.sms.messages all sms are sorted in a linear list :

sms(0,1)->sms(0,2)... sms(0,y)->sms(1,1)->sms(1,2)....sms(x,y)
x = folder number
y = sms number in folder x

If a new sms arrives it is appended to the end of this list although this sms
should go to folder 0 ( in my case ) in RefreshSMS in xgnokii_lowlevel.c

Fix is to define a new function compare_folder_and_number which compares
sms number and folder number.


--- Diff text surpressed ---

--- Diff text surpressed ---





reply via email to

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