Menu

#4 in 7.closing and finalisation wantabort should say user req

open-accepted
3
2010-06-09
2010-04-22
DGerman
No

was
if (wantabort) { fprintf(stdout,"\nAborted \n"); }
should be
if (wantabort) { fprintf(stdout,"\nAborted ++++ By YouSir!\n"); }

and

add
if (wantabort) {return (1);}
before:
return(0);

Discussion

  • DGerman

    DGerman - 2010-04-22
    • priority: 5 --> 3
     
  • Eric Price

    Eric Price - 2010-06-09
    • assigned_to: nobody --> corvuscorax
    • status: open --> open-accepted
     
  • Eric Price

    Eric Price - 2010-06-09

    Will be fixed in next version. However I think the priority is too low to justify a separate release

     

Log in to post a comment.