deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 75 forks source link

Fix generic scanner result length #323

Closed deplinenoise closed 5 years ago

deplinenoise commented 5 years ago

When using the generic (non-cpp) scanner to locate included files, if you don't have separators around your file path, there was an off-by-one bug which resulted in the final character of the path getting chopped off.