gnokii-commit
[Top][All Lists]
Advanced

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

gnokii/gnokii gnokii.c,1.362,1.363


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/gnokii gnokii.c,1.362,1.363
Date: Fri, 17 Oct 2003 00:41:30 +0000

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

Modified Files:
        gnokii.c 
Log Message:
writephonebook fixes


Index: gnokii.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/gnokii/gnokii.c,v
retrieving revision 1.362
retrieving revision 1.363
diff -C2 -d -r1.362 -r1.363
*** gnokii.c    4 Oct 2003 02:21:40 -0000       1.362
--- gnokii.c    17 Oct 2003 00:41:27 -0000      1.363
***************
*** 3193,3197 ****
        }
  
!       for (; ; entry->subentries_count++) {
                ptr = strsep(&line, ";");
  
--- 3193,3197 ----
        }
  
!       for (entry->subentries_count = 0; ; entry->subentries_count++) {
                ptr = strsep(&line, ";");
  
***************
*** 3367,3371 ****
  
                        if (error == GN_ERR_NONE || error == 
GN_ERR_EMPTYLOCATION) {
!                               if (!aux.empty) {
                                        char ans[8];
  
--- 3367,3371 ----
  
                        if (error == GN_ERR_NONE || error == 
GN_ERR_EMPTYLOCATION) {
!                               if (!aux.empty && error != 
GN_ERR_EMPTYLOCATION) {
                                        char ans[8];
  





reply via email to

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