parent
3a18229fa9
commit
b7737fa5e2
@ -0,0 +1,14 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue