pobrn / mktorrent

A simple command line utility to create BitTorrent metainfo files
Other
472 stars 73 forks source link

Change file size type #46

Closed uno20001 closed 4 years ago

uno20001 commented 4 years ago

This pull requests changes the file size type to uintmax_t, and removes the need for the prefix program. Furthermore, it adds ll.h to HEADERS in the Makefile. Hopefully fixes #45. Small changes are also made to the status messages for better consistency.

uno20001 commented 4 years ago

Any thoughts or comments on this, @Rudde?