correct: add "/" pass one test, still another to fix
diff --git a/model/sync-ccnx-wrapper.cc b/model/sync-ccnx-wrapper.cc
index 1acc683..be6f203 100644
--- a/model/sync-ccnx-wrapper.cc
+++ b/model/sync-ccnx-wrapper.cc
@@ -159,6 +159,7 @@
   {
     char *comp;
     size_t size;
+    interest += "/";
     ccn_name_comp_get(info->interest_ccnb, info->interest_comps, i, (const unsigned char **)&comp, &size);
     interest += comp;
   }