From 80881f04e70b1708a303ae71774b87301f8deb38 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 21 Oct 2020 23:56:50 +0100 Subject: Don't have arrindex() return 0 on failure as 0 is a valid index. Instead return -1 and change callers to check this. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fa3b393..b414406 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3