chiark / gitweb /
util.c (mkexc): Populate dictionary before constructing exception class.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 15:07:08 +0000 (15:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:10:43 +0000 (15:10 +0000)
commit41efbcc08120755b34f8157cae1fe855314b5c9f
tree4d324166fc2decd37e9d127de2551c90c0116e74
parent2ec562f15a095c23bc7c16199ea7428007b7b8ec
util.c (mkexc): Populate dictionary before constructing exception class.

It turns out that the dictionary contents are copied into the new class
rather than being used by reference, so populating it later doesn't
actually do anything.
util.c