OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc.c versions 1.12 and 1.13
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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 */
     }

CVSTrac 2.0.1