diff options
author | Luke Bratch <luke@bratch.co.uk> | 2020-10-21 23:56:50 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2020-10-21 23:56:50 +0100 |
commit | 80881f04e70b1708a303ae71774b87301f8deb38 (patch) | |
tree | 417b48760bc30491f7a975350feeb4e8414d90f7 /TODO | |
parent | b09cbe8b3575ec018f7d73a0bcd751dba011fc72 (diff) |
Don't have arrindex() return 0 on failure as 0 is a valid index. Instead return -1 and change callers to check this.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ Can memory usage be reduced further? (e.g. better channel struct management) Ability to load new certificate whilst running. -arrindex() shouldn't return 0 on failure as 0 is a valid index. Instead return -1 and change callers to check this. - Make the "channels" configuration file entry an array. Crash when requesting 30 hour replay. |