You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
641 B
15 lines
641 B
17 years ago
|
diff -up ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c
|
||
|
--- ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation 2008-01-29 01:44:31.000000000 -0500
|
||
|
+++ ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c 2008-01-29 01:44:51.000000000 -0500
|
||
|
@@ -1097,8 +1097,8 @@ tc_dec (CORBA_TypeCode *t,
|
||
|
GSList *l;
|
||
|
|
||
|
if (lkind != CORBA_tk_recursive) {
|
||
|
- g_warning ("%s: invalid CORBA_TCKind, lkind=%lu",
|
||
|
- G_GNUC_FUNCTION, (unsigned long int) lkind);
|
||
|
+ g_warning ("tc_dec: invalid CORBA_TCKind, lkind=%lu",
|
||
|
+ (unsigned long int) lkind);
|
||
|
return TRUE;
|
||
|
}
|
||
|
|