]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Remove parser_compile_string_len, and make parser_compiler_string take an additional...
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 107098a6e582acf312b9663b2511ec651c2500aa..916a95e01ee52833b95fe029ab0fcb06effbfa04 100644 (file)
--- a/main.c
+++ b/main.c
@@ -681,7 +681,7 @@ srcdone:
                     }
                     data = ftepp_get();
                     if (vec_size(data)) {
-                        if (!parser_compile_string_len(items[itr].filename, data, vec_size(data))) {
+                        if (!parser_compile_string(items[itr].filename, data, vec_size(data))) {
                             retval = 1;
                             goto cleanup;
                         }