fix dollar escape in TEXT
authorPhil Sutter <phil@nwl.cc>
Mon, 23 Mar 2009 23:29:07 +0000 (00:29 +0100)
committerPhil Sutter <phil@nwl.cc>
Mon, 23 Mar 2009 23:40:22 +0000 (00:40 +0100)
commit12a40fd0a97d4eca9ce81d6e2e04b15dfdc749e6
treefb494b35fe001f31fec457a53aedfad4c2f29753
parent363bed34acf37c315ba29cbefe817f12eb981086
fix dollar escape in TEXT

The idea found in the code is any double dollar ($$) is being treated as
explicit dollar sign ($) instead of the start of a text object
reference. Due to missing update of the 's' variable, when creating a
text object for the text following the second dollar sign, the later was
prepended, leading to a double dollar in the output.
src/conky.c