casher icon indicating copy to clipboard operation
casher copied to clipboard

Fix printf format

Open BanzaiMan opened this issue 6 years ago • 3 comments

"%b" allows the argument to include escaped sequences such as "\n"

BanzaiMan avatar Jul 31 '19 19:07 BanzaiMan

Supersedes #47.

BanzaiMan avatar Jul 31 '19 19:07 BanzaiMan

Then you need to escape backslash sequences each time you include external text into a message. Otherwise, any such sequences that happen to be in that text will be expanded, too, which is undesired.

native-api avatar Aug 01 '19 03:08 native-api

https://github.com/travis-ci/casher/pull/50

native-api avatar Aug 01 '19 04:08 native-api