diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1202,6 +1202,7 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture=" char console_error[255] = ""; +char console_more=0; #ifdef PYCONSOLE /* @@ -1303,8 +1304,6 @@ static PyObject* emb_log(PyObject *self, PyObject *args) return Py_BuildValue("i",1); } -char console_more=0; - static PyObject* emb_console_more(PyObject *self, PyObject *args) { if(!PyArg_ParseTuple(args, ":log")) |
