diff options
author | Seth Alves <alves@src.gnome.org> | 2000-07-27 12:20:11 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-07-27 12:20:11 +0800 |
commit | d7a6fa8103b917819fd4f0229397f183057d4e56 (patch) | |
tree | 4c77237c13b36a44db471443f0784b112c90c0a7 /addressbook/backend/pas | |
parent | f017dcbe039b0f29305b814b00122cbb11f56150 (diff) | |
download | gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar.gz gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar.bz2 gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar.lz gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar.xz gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.tar.zst gsoc2013-evolution-d7a6fa8103b917819fd4f0229397f183057d4e56.zip |
more work on addressbook syncer
svn path=/trunk/; revision=4377
Diffstat (limited to 'addressbook/backend/pas')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index cc7d8efe0c..6ae6a829cc 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -696,7 +696,7 @@ pas_backend_file_build_all_cards_list(PASBackend *backend, while (db_error == 0) { /* don't include the version in the list of cards */ - if (id_dbt.size != strlen(PAS_BACKEND_FILE_VERSION_NAME + 1) + if (id_dbt.size != strlen(PAS_BACKEND_FILE_VERSION_NAME) + 1 || strcmp (id_dbt.data, PAS_BACKEND_FILE_VERSION_NAME)) { cursor_data->elements = g_list_append(cursor_data->elements, |