mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-07 03:04:05 +00:00
[client] egl: handle \r character when processing #includes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BEGIN { FS="\"" }
|
||||
|
||||
function process(line, second) {
|
||||
if (line ~ /^#include[ \t]*".+"[ \t]*$/) {
|
||||
if (line ~ /^#include[ \t]*".+"[ \t\r]*$/) {
|
||||
while (getline < second) {
|
||||
process($0, $2)
|
||||
}
|
||||
|
Reference in New Issue
Block a user