Clean up some -pedantic warnings about passing non-void-pointers with %p.
[srvx.git] / src / helpfile.c
index d090a4c9f9f2bfdf096c0eae39bf0dec606191b2..a21b0c8ce9c911013fdf2254b4b475d20c92fc53 100644 (file)
@@ -589,7 +589,7 @@ vsend_message(const char *dest, struct userNode *src, struct handle_info *handle
                 break;
             default:
                 value = "";
-                log_module(MAIN_LOG, LOG_ERROR, "Invalid exp.type %d from expansion function %p.", exp.type, expand_f);
+                log_module(MAIN_LOG, LOG_ERROR, "Invalid exp.type %d from expansion function %p.", exp.type, (void*)expand_f);
                 break;
             }
             ipos = name_end - input.list;