From ea6ef46978a7ebf5fc84a5f34592ac874d2647b4 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 28 Feb 2013 07:16:10 +0200 Subject: cosmetic fixes --- sound_detector/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound_detector/main.cpp') diff --git a/sound_detector/main.cpp b/sound_detector/main.cpp index 295dc20..ca8b804 100644 --- a/sound_detector/main.cpp +++ b/sound_detector/main.cpp @@ -291,7 +291,7 @@ int main(int argc, char **argv) const PaDeviceInfo *info = Pa_GetDeviceInfo(i); //windows #ifdef WIN32 - char *name = to_utf8(info->name); + char *name = change_charset(info->name); printf("%d. %s, input channels %d, output channels %d, default sample rate %f, lowest input latency %f, highest input latency %f\n", i, name, info->maxInputChannels, info->maxOutputChannels, info->defaultSampleRate, info->defaultLowInputLatency, info->defaultHighInputLatency); free(name); -- cgit v1.2.3