winks: fix debug message parameter format
authorTim-Philipp Müller <tim@centricular.com>
Sat, 11 Apr 2015 11:12:57 +0000 (12:12 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 11 Apr 2015 11:12:57 +0000 (12:12 +0100)
commitea58a2138db366b0aa7506bf1237d976cab72e6c
tree5a75940ba4c1f61a39e4bbe8e322a5a8b2001423
parentc4c9fe60b630a66178be106e2385090b591e8cf0
winks: fix debug message parameter format

The first part of the GUID structure is a DWORD
which is defined as an unsigned long, so we need
to either cast or use %08lx.
sys/winks/ksvideohelpers.c