Kaydet (Commit) 18a372f0 authored tarafından Guido van Rossum's avatar Guido van Rossum

getlonglongargs --> getlonglongarg

üst 188f832a
......@@ -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;
......
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