Re: makefs: fix msdos create size

2017-03-23 Thread Martin Natano
On Wed, Mar 22, 2017 at 01:32:09PM +0100, Patrick Wildt wrote: > > apparently the "create_size" option does currently not work. This is > because the strsuftoll() function uses "long long" compares which limits > the positive maximum to LLONG_MAX. Unfortunately the maximum is always > set to ULL

makefs: fix msdos create size

2017-03-22 Thread Patrick Wildt
Hi, apparently the "create_size" option does currently not work. This is because the strsuftoll() function uses "long long" compares which limits the positive maximum to LLONG_MAX. Unfortunately the maximum is always set to ULLONG_MAX, which is treated as -1 and cannot be a reasonable maximum va