From: Jason Rumney Date: Mon, 17 May 2004 22:29:59 +0000 (+0000) Subject: Fix last change. X-Git-Tag: ttn-vms-21-2-B4~6172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff999ce63e64526f244a54b8016dd68d5f748dc7;p=emacs.git Fix last change. --- diff --git a/src/w32proc.c b/src/w32proc.c index 0c24f0b9c17..842869726df 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -367,7 +367,7 @@ create_child (char *exe, char *cmdline, char *env, int is_gui_app, 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;