Benedikt Heine ab9bf55892 Prevent replacement of format strings in message
To replace all occuring format strings inside the msg, replace_all had
been used previously. This leads to buggy behavior, if a format string
occurs in the replaced text, as the format string will get replaced
again under certain conditions.

Introducing a pointer, which skips the already replaced parts, will
prevent doubly replacing format strings from content.

Fixes #322
2017-09-07 15:25:14 +02:00
..
2017-08-15 23:51:14 +02:00
2017-07-03 15:36:08 +03:00
2016-11-19 12:17:23 +02:00
2017-03-13 16:40:18 -04:00
2017-03-13 16:40:18 -04:00
2017-08-15 23:51:14 +02:00