This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Made buffer and bufferW static
4.0.0-beta
Anairkoen Schno
5 years ago
parent
80161320f9
commit
a952e9bd50
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Doorstop/Proxy/assert_util.h
+ 2
- 2
Doorstop/Proxy/assert_util.h
View File
@ -9,8 +9,8 @@
#
include
<stdio.h>
static
HANDLE
log_handle
;
char
buffer
[
8192
]
;
wchar_t
bufferW
[
8192
]
;
static
char
buffer
[
8192
]
;
static
wchar_t
bufferW
[
8192
]
;
inline
void
init_logger
(
)
{
Write
Preview
Loading…
Cancel
Save