mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Call (*func), not ALgetparams!
This commit is contained in:
parent
54ba21bd76
commit
8db0307399
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ doParams(args, func, modified)
|
||||||
PVbuffer[i] = getintvalue(v);
|
PVbuffer[i] = getintvalue(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
ALgetparams(device, PVbuffer, length);
|
(*func)(device, PVbuffer, length);
|
||||||
|
|
||||||
if (modified) {
|
if (modified) {
|
||||||
for (i = 0; i < length; i++)
|
for (i = 0; i < length; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue