hugoif / hugo-unix

A fork of Bill Lash's Hugo port, originally hosted at https://bitbucket.org/0branch/hugo-unix. Further info and downloads: http://www.generalcoffee.com/hugo/gethugo.html.
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

writing and reading negative numbers to and from file #6

Closed roodyyogurt closed 4 months ago

roodyyogurt commented 4 months ago

The method Hugo writes and reads values to file is limited to unsigned numbers so the value of negative numbers get mangled in the process. This fixes that.