bjoernricks / python-quilt

A quilt implementation in python
MIT License
10 stars 3 forks source link

Make the version check stricter #5

Closed vadmium closed 7 years ago

vadmium commented 7 years ago

This is not very serious, but I noticed that the .pc/.version check only reads the first byte of the file. If the version number happened to be more than one digit (e.g. “20”), the check would fail to see the version as being wrong.