Fix GPSLatitudeRef & GPSLongitudeRef value
Description
Negative latitude & longitude values were considered positives, ending up in wrong GPS positions.
Conversion from bytes to String was not working.
Removing the second null byte made us have the expected N, S, E and W strings.
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Edited by Jonathan Klee