fix 7z files from DVD

This commit is contained in:
dborth 2009-04-06 23:03:57 +00:00
parent 9563296da3
commit a2f42c3fcc

View File

@ -403,8 +403,11 @@ int BrowserLoadSz(int method)
return 0; return 0;
// add device to filepath // add device to filepath
if(method != METHOD_DVD)
{
sprintf(filepath, "%s%s", rootdir, szpath); sprintf(filepath, "%s%s", rootdir, szpath);
memcpy(szpath, filepath, MAXPATHLEN); memcpy(szpath, filepath, MAXPATHLEN);
}
int szfiles = SzParse(szpath, method); int szfiles = SzParse(szpath, method);
if(szfiles) if(szfiles)