From: Andreas Monzner Date: Fri, 3 Mar 2006 16:29:24 +0000 (+0000) Subject: compile fix X-Git-Tag: 2.6.0~3912 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f96e73ad465e5e26024ca6ed3ddaff7d5abdc5a1 compile fix --- diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index bf7ead8e..6ce3c45b 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1172,7 +1172,7 @@ PyObject *eDVBServicePlay::getFrontendData(bool original) eDVBFrontendParametersSatellite osat; if (!feparm->getDVBS(osat)) { - void PutToDict(PyObject *dict, const char*key, long value); + void PutToDict(PyObject *, const char*, const char*); PutToDict(ret, "orbital_position", osat.orbital_position); const char *tmp = "UNKNOWN"; switch(osat.polarisation)