[Plib-cvs] plib/src/ssg ssgLoadAC.cxx,1.36,1.37
Brought to you by:
sjbaker
From: Bram S. <br...@us...> - 2005-12-06 14:17:32
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8823 Modified Files: ssgLoadAC.cxx Log Message: Avoid append flag. Fix by Mathias Index: ssgLoadAC.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadAC.cxx,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- ssgLoadAC.cxx 15 Jan 2005 20:36:46 -0000 1.36 +++ ssgLoadAC.cxx 6 Dec 2005 14:17:06 -0000 1.37 @@ -895,7 +895,7 @@ sgSetVec2 ( texrep, 1.0, 1.0 ) ; sgSetVec2 ( texoff, 0.0, 0.0 ) ; - loader_fd = fopen ( filename, "ra" ) ; + loader_fd = fopen ( filename, "r" ) ; if ( loader_fd == NULL ) { |