Merge pull request #10 from MartinHaimberger/fixLogWarnings
fixed warining fo not constant log format string
This commit is contained in:
commit
c96207fd69
@ -65,7 +65,7 @@ struct _wLogMessage
|
||||
|
||||
LPSTR PrefixString;
|
||||
|
||||
LPSTR FormatString;
|
||||
LPCSTR FormatString;
|
||||
LPSTR TextString;
|
||||
|
||||
DWORD LineNumber; /* __LINE__ */
|
||||
|
Loading…
Reference in New Issue
Block a user