Switch to unified view

a/src/common/beaglequeuecache.cpp b/src/common/beaglequeuecache.cpp
...
...
66
66
67
    // Build a doc from saved metadata 
67
    // Build a doc from saved metadata 
68
    cf.get(cstr_url, dotdoc.url, cstr_null);
68
    cf.get(cstr_url, dotdoc.url, cstr_null);
69
    cf.get(cstr_bgc_mimetype, dotdoc.mimetype, cstr_null);
69
    cf.get(cstr_bgc_mimetype, dotdoc.mimetype, cstr_null);
70
    cf.get(cstr_fmtime, dotdoc.fmtime, cstr_null);
70
    cf.get(cstr_fmtime, dotdoc.fmtime, cstr_null);
71
    cf.get(cstr_fbytes, dotdoc.fbytes, cstr_null);
71
    cf.get(cstr_fbytes, dotdoc.pcbytes, cstr_null);
72
    dotdoc.sig.clear();
72
    dotdoc.sig.clear();
73
    list<string> names = cf.getNames(cstr_null);
73
    list<string> names = cf.getNames(cstr_null);
74
    for (list<string>::const_iterator it = names.begin();
74
    for (list<string>::const_iterator it = names.begin();
75
         it != names.end(); it++) {
75
         it != names.end(); it++) {
76
        cf.get(*it, dotdoc.meta[*it], cstr_null);
76
        cf.get(*it, dotdoc.meta[*it], cstr_null);