Bugzilla – Bug 9502
INPUT.Text truncates valueRef param at first "0" char
Last modified: 2009-07-31 10:29:57 UTC
Created attachment 4001 [details] patch against SVN that fixes the problem If a plugin pushes into the INPUT.Text mode with a valueRef string that includes a zero character, Slim/Buttons/Input/Text will effectively truncate the string at the first zero. This is due to bad logic that treats "0" characters much like C null characters. SqueezeCenter should use the proper Perl length() API to determine string length and allow zeros in valueRef.
Andy to review the patch and commit. Thanks, Peter!
Thanks, applied in 7.2.1 change 23255.
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC