diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-06-06 17:58:10 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | e280a374991a3a6db3c40fd1fa03a2d9c6fa66eb (patch) | |
tree | 730441b0371f6f65794a5e598000e89c06127bed /org/ao_debugs.org | |
parent | getopt, fixes, & naming command line options related (diff) |
naming mostly
Diffstat (limited to 'org/ao_debugs.org')
-rw-r--r-- | org/ao_debugs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/ao_debugs.org b/org/ao_debugs.org index be525c3..1111d55 100644 --- a/org/ao_debugs.org +++ b/org/ao_debugs.org @@ -116,7 +116,7 @@ debug(dumpdoc) { __FILE__, __LINE__, ); - foreach (obj; contents) { + foreach (obj; contents[key]) { if (obj.use != "empty") { writefln( "[%s][%s]\n%s", @@ -481,7 +481,7 @@ debug(objects) { __FILE__, __LINE__, ); - foreach (obj; contents) { + foreach (obj; contents[key]) { if (obj.use != "empty") { writefln( "* [%s][%s] %s", |