=================================================================== RCS file: /home/cvs/OpenXM/doc/oxlib/test2.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/doc/oxlib/test2.c 2000/02/08 13:25:41 1.1 +++ OpenXM/doc/oxlib/test2.c 2000/03/16 07:34:37 1.2 @@ -1,13 +1,11 @@ -/* $OpenXM$ */ -#include -#include -#include "oxasir.h" +/* $OpenXM: OpenXM/doc/oxlib/test2.c,v 1.1 2000/02/08 13:25:41 takayama Exp $ */ +#include char *asir_ox_pop_string(); main() { char *s; - asir_ox_init(0); /* Use the network byte order */ + asir_ox_init(1); /* Use the network byte order */ /* Loading the file xm */ /* This part generates a core dump. I'm trying to find a reason. */