Add printf format checks to afs_com_err()
[openafs.git] / src / bucoord / dump.c
index 855a63e..7747866 100644 (file)
@@ -90,7 +90,7 @@ bc_Dumper(int aindex)
     volDesc =
        (struct tc_dumpDesc *)malloc(count * sizeof(struct tc_dumpDesc));
     if (!volDesc) {
-       afs_com_err(whoami, BC_NOMEM, "");
+       afs_com_err(whoami, BC_NOMEM, NULL);
        ERROR(BC_NOMEM);
     }