Fixed thumbnails during movies.

This commit is contained in:
n-a-c-h
2005-03-21 10:51:44 +00:00
parent eeadb1bb9d
commit 7872433c17
3 changed files with 28 additions and 1 deletions

View File

@@ -1507,4 +1507,7 @@ void SRAMDirCurDir()
getcwd(SRAMDir,1024);
}
void UpChdir()
{
chdir("..");
}