summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c4
1 files changed, 2 insertions, 2 deletions
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);