diff options
Diffstat (limited to 'c/pl.h')
-rw-r--r-- | c/pl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ int Pl(const char* const szMod, const char* const szPred, T... xs) { try { return Plx(szMod, szPred, xs...); - } catch (term_t& t) { + } catch (const term_t& t) { return 0; } } |