ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/src/SimEvent.cpp
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/src/SimEvent.cpp (file contents):
Revision 1.12 by querten, Thu May 1 06:52:20 2008 UTC vs.
Revision 1.13 by querten, Sun May 4 09:52:40 2008 UTC

# Line 421 | Line 421 | void MySimEvents::Load(const char* path)
421          FILE* f = fopen(path,"rb" );    
422          if(f==NULL){
423                  printf("The file %s can not be open !\n",path);
424 <                return;
424 >                exit(0);
425          }
426  
427          stChunk* PrimaryChunk = new stChunk;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines