mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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 */
|
||||
}
|
||||
else {
|
||||
if (!getlonglongargs(args, &offset, &whence))
|
||||
if (!getlonglongarg(args, &offset, &whence))
|
||||
return NULL;
|
||||
}
|
||||
errno = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue