lets not segfault by trying to print into a variable too much info.
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 10 Oct 2010 23:36:26 +0000 (23:36 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 10 Oct 2010 23:36:26 +0000 (23:36 +0000)
commit0ac0da81a50c5a9e10717341442d969dcbb75a42
tree8e47a192c89ac88ffed921980f6dfb41026d1a22
parent058f65179539f0a8773164193d0942b6eced54f6
lets not segfault by trying to print into a variable too much info.
We've allocated 10 chars, not 11, so let's snprint the correct length.

Thanks to cippp for the error report ;)

Fix up some formatting and remove some whitespace also.

SVN revision: 53245
src/bin/e_widget_csel.c