commit | 72f53ff2e63e71475db6e1c5a4689de722391137 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Sun Aug 18 15:35:07 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Sun Aug 18 15:35:11 2013 +0200 |
tree | 08986fa8e2731c6a12e71a46d41dc727bf0422d9 | |
parent | ad8067e026ca24d3e1731f35c72194cf195d422e [diff] |
Cast refs to string when assembling a string RefValue preserves the type of the referenced value only if it's not embedded in a string. If the referenced value is embedded in a string, it must be cast to a string before appending. Signed-off-by: martin f. krafft <madduck@madduck.net>