Fix compiling with AAC_DEBUG.

This commit is contained in:
Scott Long 2000-09-30 13:41:04 +00:00
parent a416909903
commit bb9f4664e2

View File

@ -265,7 +265,7 @@ aac_startup(void *arg)
}
/* check response size */
if (rsize != sizeof(mir)) {
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(*mir));
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(mir));
continue;
}
/*