We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0ea16 commit 2f96505Copy full SHA for 2f96505
kermit-core/src/nativeInterop/cInterop/os_log.def
@@ -17,5 +17,5 @@ darwin_os_log_t darwin_log_create(const char *subsystem, const char *category) {
17
}
18
19
void darwin_log_with_type(darwin_os_log_t log, os_log_type_t type, const char *msg) {
20
- os_log_with_type((os_log_t)log, type, "%s", msg);
+ os_log_with_type((os_log_t)log, type, "%{public}s", msg);
21
0 commit comments