changeset 55648:a9c3a4a0ef8f

Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Mon, 17 May 2004 22:29:59 +0000
parents af4c24a912d0
children 10e402439453
files src/w32proc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32proc.c	Mon May 17 22:27:53 2004 +0000
+++ b/src/w32proc.c	Mon May 17 22:29:59 2004 +0000
@@ -367,7 +367,7 @@
     cp->pid = -cp->pid;
 
   /* pid must fit in a Lisp_Int */
-  cp->pid = make_number (cp->pid);
+  cp->pid = XUINT (make_number (cp->pid));
 
   *pPid = cp->pid;