diff options
Diffstat (limited to 'plugins/Clist_mw/src/commonheaders.cpp')
-rw-r--r-- | plugins/Clist_mw/src/commonheaders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/src/commonheaders.cpp b/plugins/Clist_mw/src/commonheaders.cpp index df68c5385c..c76992e096 100644 --- a/plugins/Clist_mw/src/commonheaders.cpp +++ b/plugins/Clist_mw/src/commonheaders.cpp @@ -16,7 +16,7 @@ DWORD exceptFunction(LPEXCEPTION_POINTERS EP) char buf[4096];
- sprintf(buf,"\r\nExceptCode: %x\r\nExceptFlags: %x\r\nExceptAddress: %p\r\n",
+ mir_snprintf(buf, SIZEOF(buf), "\r\nExceptCode: %x\r\nExceptFlags: %x\r\nExceptAddress: %p\r\n",
EP->ExceptionRecord->ExceptionCode,
EP->ExceptionRecord->ExceptionFlags,
EP->ExceptionRecord->ExceptionAddress
|