Not sure if a few lines need changing to reflect removal of obj_level support from Oasis2.0, in db.c approx line 1262. Changed: if ((retval = sscanf(line, "%d %d %d %d", t, t + 1, t + 2, t + 3)) != 4) { if (retval == 3) t[3] = 0; To: if ((retval = sscanf(line, "%d %d %d", t, t + 1, t + 2)) != 3) { Do I need to do anything to if (retval == 3) t[3] = 0; -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT