mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
getlonglongargs --> getlonglongarg
This commit is contained in:
parent
188f832ae6
commit
18a372f04c
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ file_seek(f, args)
|
||||||
whence = 0; /* SEEK_SET */
|
whence = 0; /* SEEK_SET */
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!getlonglongargs(args, &offset, &whence))
|
if (!getlonglongarg(args, &offset, &whence))
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
errno = 0;
|
errno = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue