Skip to content

Fix printf format#49

Open
BanzaiMan wants to merge 1 commit intobashfrom
format-b
Open

Fix printf format#49
BanzaiMan wants to merge 1 commit intobashfrom
format-b

Conversation

@BanzaiMan
Copy link
Contributor

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

"%b" allows the argument to include escaped sequences such as "\n"
@BanzaiMan
Copy link
Contributor Author

Supersedes #47.

@native-api
Copy link

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
Copy link

#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants