ossp-pkg/rc/rc.c 1.19 -> 1.20
--- rc.c 2002/04/12 19:15:12 1.19
+++ rc.c 2002/04/22 12:16:39 1.20
@@ -78,7 +78,7 @@
fprintf(stderr, "%s\n", configGetval(i));
}
}
- ex_catch(Except) {
+ ex_catch(Except) { /* Breaks the otherwise endless while loop above */
bCaught = TRUE;
}
i++;
|
|