]> git.eshelyaron.com Git - dict.git/commitdiff
FIXED: instantiation error in color term normalization
authorEshel Yaron <me@eshelyaron.com>
Wed, 23 Nov 2022 08:40:12 +0000 (10:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Nov 2022 08:40:12 +0000 (10:40 +0200)
sweep.pl

index 304b11121c9bad6a60d4384a0652293875452784..3314f570a63f6ded1c1eeda3a0261d0f7ede8aa7 100644 (file)
--- a/sweep.pl
+++ b/sweep.pl
@@ -490,7 +490,7 @@ sweep_color_normalized_(_, hook, [Kind0|_], ["hook"|Kind]) :-
     atom_string(Kind0, Kind).
 sweep_color_normalized_(_, module, [M0|_], ["module"|M]) :-
     !,
-    atom_string(M0, M).
+    term_string(M0, M).
 sweep_color_normalized_(_, qq_content, [Type0|_], ["qq_content"|Type]) :-
     !,
     atom_string(Type0, Type).