Commit d8f3c78
fix: correct sentry__process_spawn signature in none implementation (#1436)
* fix: correct sentry__process_spawn signature in none implementation
PR #1413 changed the arg0 parameter from sentry_pathchar_t* to char*
as part of making narrow UTF-8 the canonical path encoding, but the
signature in sentry_process_none.c was not updated.
This fixes the function signature to match the declaration, changing
arg0 from `const sentry_pathchar_t *` to `const char *`.
Fixes regression from #1413
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Update CHANGELOG with unreleased fixes
Added unreleased section with fixes for PS5/Switch compilation regression.
---------
Co-authored-by: Claude <[email protected]>1 parent 3902148 commit d8f3c78
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
0 commit comments