Changes of Revision 11
[-] [+] | Changed | butt.spec |
[-] [+] | Added | butt-portaudio.diff ^ |
@@ -0,0 +1,11 @@ +--- butt-0.1.7rc1/src/port_audio.cpp.or 2008-01-29 22:45:36.000000000 +0100 ++++ butt-0.1.7rc1/src/port_audio.cpp 2008-01-29 22:45:44.000000000 +0100 +@@ -234,7 +234,7 @@ + xc_send = &ic_send; + #else + free(local_audio_buf); +- return; ++ return 0; + #endif + } + |