Hi, fc-lang cannot process the "include" statement in the *.orth files when they are saved with DOS line endings (CR/LF). Regards, Mark
Created attachment 2816 [details] [review] fixes the CR/LF line ending problem now it tests for both CR and LF in a while() loop to catch both if they exist
This function should probably strip all whitespace on both sides of the filename. Could you provide a patch using 'isspace' instead of this explicit test against the two characters?
I committed a modified version of this patch, pulling up the \r stripping to get_line.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.