aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-file.c
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-07-27 12:20:11 +0800
committerSeth Alves <alves@src.gnome.org>2000-07-27 12:20:11 +0800
commitd7a6fa8103b917819fd4f0229397f183057d4e56 (patch)
tree4c77237c13b36a44db471443f0784b112c90c0a7 /addressbook/backend/pas/pas-backend-file.c
parentf017dcbe039b0f29305b814b00122cbb11f56150 (diff)
downloadgsoc2013-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/pas-backend-file.c')
-rw-r--r--addressbook/backend/pas/pas-backend-file.c2
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,