SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

Remove All The Name Matching Junk #121

Closed SenorPez closed 7 years ago

SenorPez commented 7 years ago

A long time ago, in a galaxy far, far away, I handled "garbage data" in names. This was because I didn't realize that null bytes ("\x00") weren't just being used to pad the data, but also separate good from garbage. As a result, there's a ton of code to handle this.

Let's get that out of there. Let's make name matching great again. And simple.