Changing topic_tools for 64-bit-compliant printf.

This commit is contained in:
Jeremy Leibs 2009-10-08 18:31:53 +00:00
parent d2dfe4b706
commit 5b1146d296
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bool sel_srv_cb( topic_tools::MuxSelect::Request &req,
if (g_in_msgs[i]->topic == req.topic)
{
g_selected = g_in_msgs[i];
printf("mux selected input %d: [%s]\n", i, g_in_msgs[i]->topic.c_str());
printf("mux selected input %zu: [%s]\n", i, g_in_msgs[i]->topic.c_str());
return true;
}
}