Added configurable list string from env.
[smdp.git] / src / main.c
index 3165a00..39b6cd5 100644 (file)
@@ -95,6 +95,9 @@ int main(int argc, char *argv[]) {
     // UTF-8 characters if the system supports it
     setlocale(LC_CTYPE, "");
 
+    // setup list string
+    setup_list_strings();
+
     // open file or set input to STDIN
     char *file = NULL;
     FILE *input;