This commit is contained in:
Jsj 2008-08-22 18:44:10 +00:00
parent 946fe9a4db
commit c05093af02

View File

@ -385,7 +385,7 @@ namespace VEPROMS
if (File.Exists(tpath))
{
// build a list of available RO Accessory Page ID's
ROFST rofst = new ROFST(tpath);
ROFST rofst = new ROFST(tpath, null);
ROFST.rodbi[] rodblist = rofst.GetRODatabaseList();
for (int i = 0; i < rodblist.Length; i++)
{