diff options
| author | Stefan Ring <[email protected]> | 2021-02-17 08:37:11 +0100 |
|---|---|---|
| committer | Stefan Ring <[email protected]> | 2021-02-17 08:37:11 +0100 |
| commit | e114381c954cf96e231dafca0723c6e4ff18f3e5 (patch) | |
| tree | a9dfe1f3fb571c60601301ab0c246acc98fc2fc4 /src/getcwd.c | |
| parent | 827843405f67b88e62380846eb96969b389117d5 (diff) | |
| download | python-0.9.1-patched-QoL-e114381c954cf96e231dafca0723c6e4ff18f3e5.tar.xz python-0.9.1-patched-QoL-e114381c954cf96e231dafca0723c6e4ff18f3e5.zip | |
Restoring the original shar contents
Diffstat (limited to 'src/getcwd.c')
| -rw-r--r-- | src/getcwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getcwd.c b/src/getcwd.c index 4bfff82..acdf117 100644 --- a/src/getcwd.c +++ b/src/getcwd.c @@ -23,7 +23,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ /* Two PD getcwd() implementations. - Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <[email protected]>. */ + Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <[email protected]>. */ /* #define NO_GETWD /* Turn this on to popen pwd instead of calling getwd() */ |
