Document everything and fix out-of-bounds memory error

This commit is contained in:
Jeremy Baxter 2023-11-28 10:46:59 +13:00
parent 60023c259e
commit 472261e15a
2 changed files with 76 additions and 46 deletions

1
esv.d
View file

@ -82,7 +82,6 @@ run(string[] args)
ushort lines;
string apiKey;
string configPath;
string configEnvVar;
string pager;
string verses;
Ini iniData;