mbruggmann / osx-edid-overrides

Generate a EDID override file that forces Mac OSX to use RGB colour for external displays
77 stars 7 forks source link

Fix the override file path for small ids. #11

Closed mbruggmann closed 2 years ago

mbruggmann commented 2 years ago

As reported by @TomHeaven, the expected file path for product ids <16 should not include an extra 0. I assume it's the same for the vendor.

Behavior is unchanged for any other ids. The existing testcase with the ids of my display still passes.

Fixes #10