diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-07-17 09:58:13 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-07-17 09:58:13 (GMT) |
commit | eaa656fe8022b12f8f13937f8f65f2093048fda9 (patch) | |
tree | e2103ff5ad7fa5c1d4d87c45e33f6b534eabe6de /ChangeLog | |
parent | 843ac8f8d65c14527d72bc9e480590bbf8ad2033 (diff) | |
download | tk-eaa656fe8022b12f8f13937f8f65f2093048fda9.zip tk-eaa656fe8022b12f8f13937f8f65f2093048fda9.tar.gz tk-eaa656fe8022b12f8f13937f8f65f2093048fda9.tar.bz2 |
I prefer direct return from switch processing; simpler to understand.
Also resolves [Bug 771988] since the breaks are "wrong" in that style.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing + 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] + 2003-07-16 Don Porter <dgp@users.sourceforge.net> * generic/tkPack.c (ConfigureSlaves): silence compiler warning |