summaryrefslogtreecommitdiffstats
path: root/tap-win32/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-win32/error.c')
-rwxr-xr-xtap-win32/error.c2
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;
}