ossp-pkg/rc/rc.c 1.12 -> 1.13
--- rc.c 2002/02/08 18:36:40 1.12
+++ rc.c 2002/02/13 19:19:28 1.13
@@ -46,8 +46,8 @@
}
ex_catch(Except) {
bCaught = 1;
- fprintf(stderr, "Class '%s' threw exception %s in %s:%s():%d.\n",\
- (char *)Except.ex_class, *(int *)Except.ex_value,\
+ fprintf(stderr, "Class '%s' threw exception %d in %s:%s():%d.\n",\
+ (char *)Except.ex_class, (int)Except.ex_value,\
Except.ex_file, Except.ex_func, Except.ex_line);
exit(1); /* Failure */
}
|
|