fixed python 2.4

This commit is contained in:
roberto@longshot
2012-04-02 07:55:22 +02:00
parent e9dc987a95
commit bf6c552189
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1303,7 +1303,7 @@ cycle:
// do not start monitoring til the first app is loaded (required for lazy mode)
if (uwsgi_apps_cnt == 0) continue;
#ifdef UWSGI_PYTHON_OLD
int hhpos = 0;
int pos = 0;
#else
Py_ssize_t pos = 0;
#endif