Kaydet (Commit) 8db03073 authored tarafından Guido van Rossum's avatar Guido van Rossum

Call (*func), not ALgetparams!

üst 54ba21bd
......@@ -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