Commit 4807d50
authored
Fix: make UUID retrieval more portable (#90)
The `CUuuid` byte type is `std::os::raw::c_char` and it depends on
the platform, whether it is `i8` or `u8` in Rust. With just passing
in `0` without a type identifier, both cases are handled. This makes
the code more portable.1 parent 54bd55e commit 4807d50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments