commit | 8786eb5e9220dc85ab3190ca0d47375acd08ff30 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 24 15:39:29 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 24 15:39:29 2006 +0000 |
tree | 8a398a12d5a651b7658d3b2dac9217e18639b518 | |
parent | 39fd2317016371bbcf3c3861ffe66f980d6eab1c [diff] [blame] |
Fix a couple of warnings on Mac OS X.
diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c index 0041f76..6786ea0 100644 --- a/Mac/Modules/Nav.c +++ b/Mac/Modules/Nav.c
@@ -131,7 +131,7 @@ OSType *fileTypeP, OSType *fileCreatorP) { - int pos = 0; + Py_ssize_t pos = 0; PyObject *key, *value; char *keystr; AEDesc *defaultLocation_storage;