From a41e64f222d9696fa93011c936fca1821e257650 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 18 Nov 1993 04:57:19 +0000 Subject: Formerly boot.c.~6~ --- boot/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/boot.c b/boot/boot.c index 6913a39f..954f6cb4 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -272,8 +272,8 @@ S_exec_startup (mach_port_t port, /* The argv string has nulls in it; so we use %c for the nulls and fill with constant zero. */ - nc = sprintf (argv, "[BOOTSTRAP]%c-x%c%d%c%d%c%s%c", '\0', '\0', - php_child_name, '\0', psmdp_child_name, '\0', "hd0e", '\0'); + nc = sprintf (argv, "[BOOTSTRAP]%c-x%c%d%c%d%c%s", '\0', '\0', + php_child_name, '\0', psmdp_child_name, '\0', "hd0e"); if (nc > *argvlen) vm_allocate (mach_task_self (), (vm_address_t *)argvP, nc, 1); -- cgit v1.2.3