commit | 478eee17be4009739ce636641256dc7a3cd9347a | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jul 31 13:13:23 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 31 13:13:23 1999 +0000 |
tree | 22bc034ef31161912b225f2c7fb8b818b190a69d | |
parent | 5a08a0288a0ea133e0a3271740fdf16fe1ae6d4d [diff] [blame] |
Eliminated warnings.
diff --git a/debugger/external.c b/debugger/external.c index 341eb38..fb3deec 100644 --- a/debugger/external.c +++ b/debugger/external.c
@@ -117,7 +117,7 @@ memset(pid_string, 0, DBG_BUFF_SIZE); /* make pid into string */ - sprintf(pid_string, "%d", attach_pid); + sprintf(pid_string, "%ld", (long) attach_pid); /* now exec the debugger to get it's own clean memory space */ if (dbg_no_xterm)