diff options
Diffstat (limited to 'tap-win32/error.c')
-rwxr-xr-x | tap-win32/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-win32/error.c b/tap-win32/error.c index 77746e6..696d84e 100755 --- a/tap-win32/error.c +++ b/tap-win32/error.c @@ -96,7 +96,7 @@ MyDebugPrint (const unsigned char* format, ...) va_end (args); if (status == STATUS_SUCCESS) - g_Debug.out = end - g_Debug.text; + g_Debug.out = (unsigned int) (end - g_Debug.text); else g_Debug.error = TRUE; } |