A slight commenr, weren't you changing C++-style comments wich C-style comments?
Sorry for being too concerned for such regardless comments! :-)

Aitor

2006/6/11, Blair Campbell <[EMAIL PROTECTED]>:
> Update of /cvsroot/freedos/freecom/cmd
> In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17702/cmd
>
> Modified Files:
>        echo.c
> Log Message:
>
>
> Fixed a bug in batch processing
>
>
> Index: echo.c
> ===================================================================
> RCS file: /cvsroot/freedos/freecom/cmd/echo.c,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -d -r1.5 -r1.6
> --- echo.c      11 Jun 2006 02:47:05 -0000      1.5
> +++ echo.c      11 Jun 2006 06:17:42 -0000      1.6
> @@ -45,8 +45,8 @@
>        case OO_Null:   case OO_Empty:
>        default:
>          if(nostatus)
> -//             putchar('\n');
> -        write( 1, "\n", 1 );
> +               putchar('\n');
> +//        write( 1, "\n", 1 );
>          else
>                displayString(TEXT_MSG_ECHO_STATE, echo ? D_ON : D_OFF);
>          break;
>
>
>
> _______________________________________________
> Freedos-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freedos-cvs
>


_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to