Packets: Implement packet dump formating helpers
[senf.git] / senf / Packets / bundledump.cc
index 19ec8d0..e05a46d 100644 (file)
@@ -37,7 +37,7 @@ int main(int argc, char const ** argv)
 {
     // Link in logger library ...
     (void) senf::log::StreamRegistry::instance();
-    for (unsigned i (1); i<argc; ++i) {
+    for (int i (1); i<argc; ++i) {
         senf::detail::PacketRegistryImplBase::clear();
         void *handle = dlopen(argv[i], RTLD_NOW | RTLD_GLOBAL);
         if (handle == NULL) {