diff src/console-msw.c @ 5921:68639fb08af8 cygwin

no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
author Henry Thompson <ht@markup.co.uk>
date Wed, 23 Apr 2014 22:22:37 +0100
parents 56144c8593a8
children
line wrap: on
line diff
--- a/src/console-msw.c	Mon Apr 21 11:42:50 2014 +0100
+++ b/src/console-msw.c	Wed Apr 23 22:22:37 2014 +0100
@@ -113,7 +113,7 @@
 
   /* format a "unique" new title */
 
-  sprintf (newtitle, "%ld/%ld", GetTickCount (), GetCurrentProcessId ());
+  sprintf (newtitle, "%ld/%ld", (long)GetTickCount (), (long)GetCurrentProcessId ());
 
   /* change current window title; we may be called during armageddon
      so don't do any conversion */