dtmail: Resolve 50 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-06 15:07:55 +00:00
parent 3fab71345b
commit 0a0e1eebf5
15 changed files with 58 additions and 51 deletions

View File

@@ -417,7 +417,7 @@ DmxMsg::display (void)
name = "(name)";
printf ("[%d] \"%s\"%s, ", i, name, description);
printf ("%s, %d bytes\n", type, length);
printf ("%s, %lu bytes\n", type, length);
if (attbuf != NULL)
delete [] attbuf;