Problems compiling orbit-c-header.c



Just updated ORBit from anoncvs and had problems compiling
src/idl-compiler/orbit-c-header.c, looks like a typo, here's the fix:

--- orbit-c-header.c.orig	Wed Jan 27 12:40:32 1999
+++ orbit-c-header.c	Wed Jan 27 12:40:36 1999
@@ -70,7 +70,7 @@
 {
   CBEHeaderInfo hinfo;
 
-  hinfo.outfile = outfile;
+  hinfo.of = outfile;
   hinfo.ns = ns;
   hinfo.tree = tree;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]