This commit is contained in:
Vitor Santos Costa
2018-08-19 14:39:12 +01:00
parent 208ed54b45
commit 244ee465c4
8 changed files with 37 additions and 23 deletions

View File

@@ -226,7 +226,7 @@ bool python_assign(term_t t, PyObject *exp, PyObject *context) {
return python_to_term(exp, t);
}
case PL_STRING: {
case PL_STRING: {
char *s = NULL;
size_t l;
PL_get_string_chars(t, &s,&l);