]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fork.cc (child_info::prefork): Fix error message formatting.
authorChristopher Faylor <me@cgf.cx>
Thu, 27 Dec 2012 17:25:17 +0000 (17:25 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 27 Dec 2012 17:25:17 +0000 (17:25 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fork.cc

index 04e49789ce41c22acc1bbf314038dbacddb14ab7..4cfece7175f91b193ab148103986fba3f8964906 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-27  Christopher Faylor  <me.cygwin2012@cgf.cx>
+
+       * fork.cc (child_info::prefork): Fix error message formatting.
+
 2012-12-22  Christopher Faylor  <me.cygwin2012@cgf.cx>
 
        * select.h (select_stuff): Remove variable names from parameter
index 22076fc1d863eae9acdbd454aab7ab4ec2e9d4d5..cd6c6914cd5e2444b87af51716c488d1915e5bfa 100644 (file)
@@ -117,7 +117,7 @@ child_info::prefork (bool detached)
   if (!detached)
     {
       if (!CreatePipe (&rd_proc_pipe, &wr_proc_pipe, &sec_none_nih, 16))
-       api_fatal ("prefork: couldn't create pipe process tracker%E");
+       api_fatal ("prefork: couldn't create pipe process tracker%E");
 
       if (!SetHandleInformation (wr_proc_pipe, HANDLE_FLAG_INHERIT,
                                 HANDLE_FLAG_INHERIT))
This page took 0.036101 seconds and 5 git commands to generate.