Commit 3eeafe12 authored by Lev Walkin's avatar Lev Walkin

revert to better error log

parent 3b327a8e
...@@ -385,7 +385,7 @@ main(int ac, char *av[]) { ...@@ -385,7 +385,7 @@ main(int ac, char *av[]) {
char *name = argument_to_name(av, ac_i); char *name = argument_to_name(av, ac_i);
int first_pdu; int first_pdu;
for(first_pdu = 1; file && (first_pdu || !opt_onepdu); first_pdu = 0) { for(first_pdu = 1; (first_pdu || !opt_onepdu); first_pdu = 0) {
/* /*
* Decode the encoded structure from file. * Decode the encoded structure from file.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment