Quentin Rameau wrote:
> +     if (argv[0] && strcmp(argv[0], "-")) {
> +             if (!(fp = fopen(argv[0], "r")))
> +                     die("Unable to open '%s' for reading:", argv[0]);

Heyho,

I decided to fix it a little differently, since I did not like this nested if.

--Markus

Reply via email to