Varga Dániel <[EMAIL PROTECTED]> wrote:
> $ factor 3628746859628453216852492
> factor: `3628746859628453216852492' is not a valid positive integer
> Try `factor --help' for more information.
>
> ------------------
>
> I firmly believe that `3628746859628453216852492' is a valid positive
> integer. :)
>
> "factor --help" did not help at all.

Thanks for the report.
I've changed it like this:

        * src/factor.c (print_factors): Give a separate diagnostic
        for numbers that are too large, but otherwise valid.
        Reported by Varga Dániel.

E.g.,

  $ ./factor 3628746859628453216852492
  ./factor: `3628746859628453216852492' is too large
  Try `./factor --help' for more information.
  [Exit 1]


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to