[Gnupos-cvs] gnupos/src GnuPOSxml.c,1.16,1.17
Status: Pre-Alpha
Brought to you by:
conrad_c
From: <con...@us...> - 2003-01-04 14:09:58
|
Update of /cvsroot/gnupos/gnupos/src In directory sc8-pr-cvs1:/tmp/cvs-serv29506/src Modified Files: GnuPOSxml.c Log Message: That was so obvious it should have had a flashing neon sign. Now theoretically runs provided a valid statefile is given. Don\'t have a valid statefile (yet) to test this theory. Index: GnuPOSxml.c =================================================================== RCS file: /cvsroot/gnupos/gnupos/src/GnuPOSxml.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** GnuPOSxml.c 4 Jan 2003 14:01:55 -0000 1.16 --- GnuPOSxml.c 4 Jan 2003 14:09:55 -0000 1.17 *************** *** 1221,1226 **** else if (!strcmp (type, (const char *) "dynamic")) { - int x; - if(gnp_debug) printf(" Determined library to be of external type.\n"); --- 1221,1224 ---- *************** *** 1229,1236 **** { if(gnp_debug) ! printf(" Setting handle %x for %s.\n",myhandle, top->name); ! current->library_path = path; if(top!=current) ! top = current->next; else top=NULL; --- 1227,1234 ---- { if(gnp_debug) ! printf(" Setting path %s for %s.\n",path, top->name); ! top->library_path = path; if(top!=current) ! top = top->next; else top=NULL; |