Skip to content

Commit e75f60c

Browse files
committed
quick anti-brownout fix
- see #1274
1 parent 37ece60 commit e75f60c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
SYSTEM_VERSION_COMPAT: 0
122122
RUN_ANALYZER: asan,llvm-cov
123123
- name: Windows (old VS, 32-bit)
124-
os: windows-2019
124+
os: windows-2022
125125
TEST_X86: 1
126126
- name: Windows (latest)
127127
os: windows-latest

src/sentry_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ sentry_init(sentry_options_t *options)
125125
sentry_close();
126126

127127
sentry_logger_t logger = { NULL, NULL, SENTRY_LEVEL_DEBUG };
128+
128129
if (options->debug) {
129130
logger = options->logger;
130131
}

0 commit comments

Comments
 (0)