]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight_marshalling.c
Dispatch queries to Tracker and get results
[netatalk.git] / etc / afpd / spotlight_marshalling.c
index d01d59d9b7af5eb62b0928106c447eda215667bd..f2ca4027a32c5ef1a8a22305d6f5c12471827027 100644 (file)
@@ -178,7 +178,7 @@ static int sl_pack_CNID(sl_cnids_t *cnids, char *buf, int offset, char *toc_buf,
         offset += 8;
 
         for (int i = 0; i < cnid_count; i++) {
-            SLVAL(buf, offset, cnids->ca_cnids->dd_talloc_array[i]);
+             SLVAL(buf, offset, cnids->ca_cnids->dd_talloc_array[i]);
             offset += 8;
         }
     }