aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-10-07 04:32:14 -0700
committerChris Robinson <[email protected]>2009-10-07 04:32:14 -0700
commitd6e439244ae00a1750f0dc8b249f47efb4967a23 (patch)
tree1be001719e7c57ccab24b2645eaa73f431eb1760 /Alc/alsa.c
parent5ff225fa1ba2827ef32884b5890bcfb35168527a (diff)
Rename SetALCError for consistency
Diffstat (limited to 'Alc/alsa.c')
-rw-r--r--Alc/alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alsa.c b/Alc/alsa.c
index bb732fe7..24d96ba1 100644
--- a/Alc/alsa.c
+++ b/Alc/alsa.c
@@ -883,7 +883,7 @@ static void alsa_capture_samples(ALCdevice *pDevice, ALCvoid *pBuffer, ALCuint l
if(lSamples <= (ALCuint)RingBufferSize(data->ring))
ReadRingBuffer(data->ring, pBuffer, lSamples);
else
- SetALCError(ALC_INVALID_VALUE);
+ alcSetError(ALC_INVALID_VALUE);
}
static ALCuint alsa_available_samples(ALCdevice *pDevice)