summaryrefslogtreecommitdiff
path: root/qxldod/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qxldod/driver.cpp')
-rwxr-xr-xqxldod/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxldod/driver.cpp b/qxldod/driver.cpp
index bdf4c04..a92ab17 100755
--- a/qxldod/driver.cpp
+++ b/qxldod/driver.cpp
@@ -659,7 +659,7 @@ void DebugPrintFuncSerial(const char *format, ...)
}
if (len)
{
- WRITE_PORT_BUFFER_UCHAR(RHEL_DEBUG_PORT, (PUCHAR)buf, len);
+ WRITE_PORT_BUFFER_UCHAR(RHEL_DEBUG_PORT, (PUCHAR)buf, (ULONG)len);
WRITE_PORT_UCHAR(RHEL_DEBUG_PORT, '\r');
}
}