Smaxx: fix openalbridge
authorunc0rr
Fri, 16 Oct 2009 17:35:18 +0000
changeset 2496 8ea93b0d49ee
parent 2495 b6b9523e06bf
child 2497 29678306d4fb
Smaxx: fix openalbridge
openalbridge/openalbridge.c
--- a/openalbridge/openalbridge.c	Fri Oct 16 16:45:47 2009 +0000
+++ b/openalbridge/openalbridge.c	Fri Oct 16 17:35:18 2009 +0000
@@ -415,7 +415,7 @@
                         break;
                 default:
                         errno = EINVAL;
-                        err_ret("(%s) ERROR - Unknown direction for fading", prog, index);
+                        err_ret("(%s) ERROR - Unknown direction for fading", prog, iIndex);
                         free(fade);
                         return;
                         break;