64-bit fix

This commit is contained in:
Marcus Sundberg 2000-05-31 22:49:17 +00:00
parent c037d569be
commit 5555a5339f

View file

@ -168,7 +168,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", (unsigned)shm->buffer);
Con_Printf("0x%lx dma buffer\n", (unsigned long)shm->buffer);
Con_Printf("%5d total_channels\n", total_channels);
}