1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-07 17:44:22 +03:00
Commit graph

7 commits

Author SHA1 Message Date
Philip Chimento df155e8110 Escape escape characters in regular expression strings
The %s here is a format specifier for WRITE_TO(), and the %c's are regular
expression character classes. The %c's must be double-escaped so that the
formatter doesn't choke due to there being too few variable arguments.

This prevents a crash in inblorb when releasing along with a solution.
2022-05-16 22:40:12 -07:00
Graham Nelson 2b5772281a Further wchar_t puritanism 2020-07-13 21:37:54 +01:00
Graham Nelson 822b38d314 Migrated to clang 11 2020-06-27 23:18:54 +01:00
Graham Nelson 80af58f62e Catching up with Inweb changes 2020-05-09 13:07:39 +01:00
Graham Nelson 0b72d7853a Tidied up inblorb 2019-02-10 11:27:48 +00:00
Graham Nelson 1194ff940a Tidied up the inblorb web 2019-02-09 23:58:02 +00:00
Graham Nelson 114e94f090 Initial commit 2019-02-05 00:44:07 +00:00