diff options
Diffstat (limited to 'plugins/pychrysa/format/format.c')
-rw-r--r-- | plugins/pychrysa/format/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/format/format.c b/plugins/pychrysa/format/format.c index 41dab9d..aed9664 100644 --- a/plugins/pychrysa/format/format.c +++ b/plugins/pychrysa/format/format.c @@ -580,7 +580,7 @@ static PyObject *py_binary_format_add_error(PyObject *self, PyObject *args) { BinaryFormatError type; /* Type d'erreur détectée */ vmpa2t addr; /* Position d'une erreur */ - char *desc; /* Description d'une erreur */ + const char *desc; /* Description d'une erreur */ int ret; /* Bilan de lecture des args. */ GBinFormat *format; /* Format binaire manipulé */ |