Ticket #4142: urlarg.diff
| File urlarg.diff, 408 bytes (added by spiv, 4 years ago) |
|---|
-
twisted/protocols/_c_urlarg.c
=== modified file 'twisted/protocols/_c_urlarg.c'
23 23 24 24 static PyObject* UrlargError; 25 25 26 #define OUTPUTCHAR(c,n) PycStringIO->cwrite(output, c, n)26 #define OUTPUTCHAR(c,n) PycStringIO->cwrite(output, (const char *)c, n) 27 27 28 28 #define STATE_INITIAL 0 29 29 #define STATE_PERCENT 1
