Fix some warnings on the unconditionals branch.

This commit is contained in:
Sean Hunt
2015-02-16 02:09:57 -05:00
parent a3faa93403
commit 17ea9ff9ab
3 changed files with 9 additions and 3 deletions

View File

@@ -2256,7 +2256,7 @@ put_qt_hdrs()
qt_hdr.n_hdr, ofp);
#ifdef DEBUG
for(i = 0; i < qt_hdr.n_hdr; i++)
Fprintf(stderr, "%c @ %ld, ", qt_hdr.id[i], qt_hdr.offset[i]);
Fprintf(stderr, "%s @ %ld, ", qt_hdr.id[i], qt_hdr.offset[i]);
Fprintf(stderr, "\n");
#endif
@@ -2267,7 +2267,7 @@ put_qt_hdrs()
for(i = 0; i < qt_hdr.n_hdr; i++) {
#ifdef DEBUG
Fprintf(stderr, "%ld: %c header info.\n", ftell(ofp),
Fprintf(stderr, "%ld: %s header info.\n", ftell(ofp),
qt_hdr.id[i]);
#endif
(void) fwrite((genericptr_t)&(msg_hdr[i].n_msg), sizeof(int),