ref: 439ef2f8ee8ac618a3f9df81a8fbf44fe39f728d
parent: 9bb72cc699a6eaf192df2df56715d2245f4b5118
author: cinap_lenrek <cinap_lenrek@localhost>
date: Fri May 27 11:26:49 EDT 2011
games/doom: #A/audio -> /dev/audio
--- a/sys/src/games/doom/i_sound.c
+++ b/sys/src/games/doom/i_sound.c
@@ -133,7 +133,7 @@
audio_fd = open("/dev/audio", ORDWR);
if(audio_fd < 0) {
- printf("WARN Failed to open '#A'/audio, sound disabled\n");
+ printf("WARN Failed to open /dev/audio, sound disabled\n");
return;
}