search for: 116c115

Displaying 1 result from an estimated 1 matches for "116c115".

Did you mean: 115c115
2001 Aug 01
3
how to modify ices source?
...after streaming an individual song. the author of otto had the following suggestion for stream.c per ices-0.0.1.beta5: --- i modified the stream.c file in the src/ directory. here are my diffs: 65,66c65 < /* no i don't. -jon */ < /*while (1)*/ { --- > while (1) { 116c115 < /*continue;*/ return; --- > continue; 130d128 < /* now it is. -jon */ basically i just commented out the while loop and changed the continue to a return. --- how would i accomplish this using the latest CVS of ices? your help is greatl...