Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Instead of counting the amount of ',' delimiters in the gasses string
and then using malloc, realloc on every now token. This prevents a bug
when there are consecutive ',' delimiters (in which case nof_gasses and
the amount of tokens returned by strtok do not match).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
References: https://todo.sr.ht/~tsegers/opendeco/1
|
|
|
|
Implements: https://todo.sr.ht/~tsegers/opendeco/1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: https://todo.sr.ht/~tsegers/opendeco/8
|
|
|
|
Implements: https://todo.sr.ht/~tsegers/opendeco/7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously LAST_STOP_AT_SIX just skipped the last stop, which is correct
for 3m stop increments, but not for any other ones. The implementation
has now been brought in line with its name.
|
|
|
|
|
|
Filling in a non-number argument for surface pressure sets the value to 0. This value is now rejected.
|