fixes for __attribute__((format)) (I'll commit that /after/ release) and freelook

This commit is contained in:
Bill Currie 2000-05-22 05:47:14 +00:00
parent aec65c68a2
commit ea1386f190
8 changed files with 11 additions and 6 deletions

View file

@ -169,7 +169,7 @@ void S_SoundInfo_f(void)
Con_Printf("%5d samplebits\n", shm->samplebits);
Con_Printf("%5d submission_chunk\n", shm->submission_chunk);
Con_Printf("%5d speed\n", shm->speed);
Con_Printf("0x%x dma buffer\n", shm->buffer);
Con_Printf("0x%x dma buffer\n", (unsigned)shm->buffer);
Con_Printf("%5d total_channels\n", total_channels);
}