missing special handler for ALC_ALL_DEVICES_SPECIFIER

This commit is contained in:
Brian Matzon 2008-06-05 08:12:14 +00:00
parent 8a163a0531
commit 1099551ad9
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ static jstring JNICALL Java_org_lwjgl_openal_ALC10_nalcGetString (JNIEnv *env, j
switch(token) {
case 0x1005: // ALC_DEVICE_SPECIFIER
case 0x310: // ALC_CAPTURE_DEVICE_SPECIFIER
case 0x1013: // ALC_ALL_DEVICES_SPECIFIER
while (alcString[i - 1] != '\0' || alcString[i] != '\0') {
i++;
}