Index: head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp =================================================================== --- head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp (nonexistent) +++ head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp (revision 416003) @@ -0,0 +1,11 @@ +--- src/async/audio/AsyncAudioDeviceAlsa.cpp.orig 2015-11-22 16:03:59 UTC ++++ src/async/audio/AsyncAudioDeviceAlsa.cpp +@@ -548,7 +548,7 @@ bool AudioDeviceAlsa::initParams(snd_pcm + return false; + } + +- if (::abs(real_rate - sample_rate) > 100) ++ if (::abs((int)real_rate - sample_rate) > 100) + { + cerr << "*** ERROR: The sample rate could not be set to " + << sample_rate << "Hz for ALSA device \"" << dev_name << "\". " Property changes on: head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property