mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-20 23:20:31 +00:00
Fixup
This commit is contained in:
@@ -87,7 +87,7 @@ int Dec(int value,int d,int n){
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
int Handle(EXCEPTION_POINTERS *ep,char* Origin){
|
int Handle(EXCEPTION_POINTERS *ep,char* Origin){
|
||||||
Assert\(false);
|
Assert(false);
|
||||||
std::stringstream R;
|
std::stringstream R;
|
||||||
R << Sec("Code : ") << std::hex
|
R << Sec("Code : ") << std::hex
|
||||||
<< ep->ExceptionRecord->ExceptionCode
|
<< ep->ExceptionRecord->ExceptionCode
|
||||||
|
|||||||
Reference in New Issue
Block a user