fix copied filepos

This commit is contained in:
Glenn Maynard
2003-12-10 05:48:31 +00:00
parent 29ac07278e
commit e844e3c5c0
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -246,6 +246,8 @@ RageFileObj *RageFileObjDirect::Copy( RageFile &p ) const
if( ret == NULL )
RageException::Throw("Couldn't reopen \"%s\": %s", path.c_str(), strerror(err) );
ret->Seek( parent.Tell() );
return ret;
}