diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index 15100fd6f..23b9a16fd 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -957,7 +957,7 @@ static PyObject *torrent_get_file_info(PyObject *self, PyObject *args) file_entry const &currFile = (*i); file_info = Py_BuildValue( - "{s:s,s:d,s:d,s:f}", + "{s:s,s:d,s:f}", "path", currFile.path.string().c_str(), "size", double(currFile.size), "progress", progresses[i - start]*100.0