From 26144ca9dffd935c3e7499b417ccb9a6ef93eea0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 4 Apr 2017 06:58:53 -0700 Subject: Rename al_string_* functions to alstr_* --- Alc/backends/portaudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/backends/portaudio.c') diff --git a/Alc/backends/portaudio.c b/Alc/backends/portaudio.c index 129b0606..b713f330 100644 --- a/Alc/backends/portaudio.c +++ b/Alc/backends/portaudio.c @@ -245,7 +245,7 @@ retry_open: return ALC_INVALID_VALUE; } - al_string_copy_cstr(&device->DeviceName, name); + alstr_copy_cstr(&device->DeviceName, name); return ALC_NO_ERROR; @@ -445,7 +445,7 @@ static ALCenum ALCportCapture_open(ALCportCapture *self, const ALCchar *name) return ALC_INVALID_VALUE; } - al_string_copy_cstr(&device->DeviceName, name); + alstr_copy_cstr(&device->DeviceName, name); return ALC_NO_ERROR; } -- cgit v1.2.3