diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-25 22:24:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-25 22:24:41 (GMT) |
commit | a6bedf6104ccd7d8050e9d6a58f32c0827e3383c (patch) | |
tree | 3d06871144b1074ea5b70f4a4a6e08cf1418ff44 /ChangeLog | |
parent | 276ec9c9b8a3b283751c8d8c59f70c3fc88d5b0d (diff) |
Fixed a regression by taking care of results before going to a error exit.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@494 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +15-03-25 Cyrille Bagard <nocbos@gmail.com> + + * tools/d2c/conv.c: + Fix a regression by taking care of results before going to a error exit. + + * tools/d2c/macros.c: + * tools/d2c/macros.h: + Deleted entries: replaced a long time ago by the 'pproc.[ch]' files. + 15-03-21 Cyrille Bagard <nocbos@gmail.com> * src/analysis/blocks/flow.c: |