diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 13:05:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 13:05:52 (GMT) |
commit | 6975412d3b85ae353784b46da6204b629cd07b5d (patch) | |
tree | 2e38c633789410e66c89640b37acfb91d07221aa /ChangeLog | |
parent | e4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c (diff) | |
download | tk-6975412d3b85ae353784b46da6204b629cd07b5d.zip tk-6975412d3b85ae353784b46da6204b629cd07b5d.tar.gz tk-6975412d3b85ae353784b46da6204b629cd07b5d.tar.bz2 |
Try harder to avoid zero-length mallocs()... [Bug 404421]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ to never jump to the end of the switch. I find that confusing as I can't see whether there's processing still to be done from a quick glance at the code, unlike with a direct return. [Bug 771988] + (ImgPhotoCmd, ImgPhotoSetSize, ImgPhotoInstanceSetSize): Try harder + to avoid zero-length mallocs()... [Bug 404421] 2003-07-16 Don Porter <dgp@users.sourceforge.net> |