From: Braden M. <br...@us...> - 2007-02-05 09:01:27
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27749 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Moved global variables used for option parsing inside main. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.116 retrieving revision 1.1310.2.117 diff -C2 -d -r1.1310.2.116 -r1.1310.2.117 *** ChangeLog 5 Feb 2007 07:08:29 -0000 1.1310.2.116 --- ChangeLog 5 Feb 2007 08:59:50 -0000 1.1310.2.117 *************** *** 2,5 **** --- 2,11 ---- * src/openvrml-xembed/main.cpp + (main(int, char *[])): Moved global variables used for option + parsing inside main. + + 2007-02-05 Braden McDaniel <br...@en...> + + * src/openvrml-xembed/main.cpp (main(int, char *[])): Dismiss the error_guard when returning from main prematurely (but without a GError). |