Follow-up Comment #1, bug #66027 (group groff):

This is a one-liner.


diff --git a/src/preproc/soelim/soelim.cpp b/src/preproc/soelim/soelim.cpp
index e10447d06..18f37870f 100644
--- a/src/preproc/soelim/soelim.cpp
+++ b/src/preproc/soelim/soelim.cpp
@@ -141,7 +141,7 @@ void do_so(const char *line)
   string filename;
   bool is_filename_valid = true;
   for (const char *q = p;
-       is_filename_valid && *q != '\0' && *q != '\n' && *q != ' ';
+       is_filename_valid && *q != '\0' && *q != '\n';
        q++)
     if (*q == '\\') {
       switch (*++q) {




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66027>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to