getlonglongargs --> getlonglongarg

This commit is contained in:
Guido van Rossum 1991-09-10 14:55:58 +00:00
parent 188f832ae6
commit 18a372f04c

View file

@ -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;