bug fix
authorceriel <none@none>
Fri, 6 Feb 1987 10:03:18 +0000 (10:03 +0000)
committerceriel <none@none>
Fri, 6 Feb 1987 10:03:18 +0000 (10:03 +0000)
util/misc/convert.c

index 44df72d..7e67df0 100644 (file)
@@ -53,9 +53,8 @@ main(argc,argv)
                }
                if (p->em_type == EM_ERROR) {
                        error("EM_getinstr: %s", EM_error);
-                       continue;
                }
-               if (!EM_mkcalls(p)) {
+               else if (!EM_mkcalls(p)) {
                        error("EM_mkcalls: %s", EM_error);
                }
                p = EM_getinstr();