summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.c b/job.c
index 71bc381..ba01297 100644
--- a/job.c
+++ b/job.c
@@ -2027,8 +2027,8 @@ exec_command (char **argv, char **envp)
break;
else
fprintf(stderr,
- _("make reaped child pid %d, still waiting for pid %d\n"),
- hWaitPID, hPID);
+ _("make reaped child pid %ld, still waiting for pid %ld\n"),
+ (DWORD)hWaitPID, (DWORD)hPID);
}
/* return child's exit code as our exit code */