Commit b842af97 authored by Guido van Rossum's avatar Guido van Rossum

Call (*func), not ALgetparams!

parent 7a1a0e9f
......@@ -516,7 +516,7 @@ doParams(args, func, modified)
PVbuffer[i] = getintvalue(v);
}
ALgetparams(device, PVbuffer, length);
(*func)(device, PVbuffer, length);
if (modified) {
for (i = 0; i < length; i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment