commit | 6495c8da8f945def4749192b0536c1678f208664 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 01 08:19:02 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 01 08:19:02 2008 +0000 |
tree | 19fe60131e2c9611561d6cad653148ebfc7c0fc1 | |
parent | b12d8579e362bb33c54db5ae4db94c88e68f0304 [diff] |
Typo: encoding -> codeset.
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index aefef06..26557ca 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -301,7 +301,7 @@ #ifdef MS_WINDOWS if (!overridden) { icodeset = ibuf; - encoding = buf; + codeset = buf; sprintf(ibuf, "cp%d", GetConsoleCP()); sprintf(buf, "cp%d", GetConsoleOutputCP()); }