[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#226711: [PATCH] fix off-by-one-line behavior in example bot after saving



> --- /usr/share/doc/megahal/examples/Hal.pm      2000-09-01 13:36:58.000000000 -0400
> +++ Hal.pm      2004-01-07 16:04:26.000000000 -0500
> @@ -86,7 +86,7 @@
>  # Save brain.
>  sub save {
>         $wselect->can_write();
> -       syswrite(WRITE,"#save\n\n",8);
> +       syswrite(WRITE,"#quiet\n\n#save\n\n#quiet\n\n");

According to http://www.perldoc.com/perl5.8.0/pod/func/syswrite.html the
third value is optional. I'd like to verify that loading the brain works
before we add this upstream.

     Drew Daniels



Reply to: