]> git.pld-linux.org Git - packages/freecraft.git/blob - freecraft-fix.patch
- bcond_with(out) is followed by one \t, then bcond's name.
[packages/freecraft.git] / freecraft-fix.patch
1 --- freecraft-020630/src/sound/sound_server.c.orig      Sun Jun 16 19:58:15 2002
2 +++ freecraft-020630/src/sound/sound_server.c   Sun Dec 22 00:44:57 2002
3 @@ -1083,7 +1083,7 @@
4             audio_buf_info info;
5  
6             ioctl(SoundFildes, SNDCTL_DSP_GETOSPACE, &info);
7 -           DebugLevel0("Free bytes %d\n", info.bytes);
8 +           DebugLevel0("Free bytes %d\n" _C_ info.bytes);
9         }
10         FillChannels(free_channels, &discarded_request, &started_request);
11         how_many_playing += started_request;
12 @@ -1120,7 +1120,7 @@
13             how_many_playing -= new_free_channels;
14         }
15         free_channels = MaxChannels - how_many_playing;
16 -       DebugLevel3("Channels: %d %d %d\n", free_channels, how_many_playing,
17 +       DebugLevel3("Channels: %d %d %d\n" _C_ free_channels _C_ how_many_playing _C_
18             new_free_channels);
19         new_free_channels += discarded_request;
20         // decrement semaphore by the number of stopped channels
This page took 0.061037 seconds and 3 git commands to generate.