gnokii-commit
[Top][All Lists]
Advanced

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

gnokii/gnokii gnokii.c,1.367,1.368


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/gnokii gnokii.c,1.367,1.368
Date: Thu, 30 Oct 2003 21:43:53 +0000

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

Modified Files:
        gnokii.c 
Log Message:
missing break between vcard and ldap part


Index: gnokii.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/gnokii/gnokii.c,v
retrieving revision 1.367
retrieving revision 1.368
diff -C2 -d -r1.367 -r1.368
*** gnokii.c    28 Oct 2003 00:30:33 -0000      1.367
--- gnokii.c    30 Oct 2003 21:43:50 -0000      1.368
***************
*** 3051,3054 ****
--- 3051,3055 ----
        gn_error error;
        char *memory_type_string;
+       char location[32];
        int type = 0; /* Output type:
                                0 - not formatted
***************
*** 3111,3119 ****
                                break;
                        case 2:
-                       {
-                               char location[32];
                                sprintf(location, "%s%d", memory_type_string, 
entry.location);
                                gn_phonebook2vcard(stdout, &entry, location);
!                       }
                        case 3:
                                gn_phonebook2ldif(stdout, &entry);
--- 3112,3118 ----
                                break;
                        case 2:
                                sprintf(location, "%s%d", memory_type_string, 
entry.location);
                                gn_phonebook2vcard(stdout, &entry, location);
!                               break;
                        case 3:
                                gn_phonebook2ldif(stdout, &entry);





reply via email to

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