mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
refactor(log): rework SLog to use bc filesystem API
This commit is contained in:
parent
af834cafa7
commit
1fa8a1e82b
4 changed files with 186 additions and 227 deletions
|
|
@ -44,7 +44,7 @@ int32_t StormSetOption(int32_t optname, const void* optval, uint32_t optlen) {
|
|||
if (optlen != 4) {
|
||||
return 0;
|
||||
}
|
||||
g_opt.opt10 = *static_cast<const int32_t*>(optval);
|
||||
g_opt.echotooutputdebugstring = *static_cast<const int32_t*>(optval);
|
||||
SErrSetLastError(0);
|
||||
return 1;
|
||||
case 6:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue