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

correct typo in utime stub

üst 03e8ffa3
......@@ -562,7 +562,7 @@ posix_utime(self, args)
if (!getargs(args, "(s(ll))", &path, &atime, &mtime))
return NULL;
ATIME = atime;
MTIME = utime;
MTIME = mtime;
BGN_SAVE
res = utime(path, UTIME_ARG);
END_SAVE
......
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