This commit is contained in:
parent
946fe9a4db
commit
c05093af02
@ -385,7 +385,7 @@ namespace VEPROMS
|
|||||||
if (File.Exists(tpath))
|
if (File.Exists(tpath))
|
||||||
{
|
{
|
||||||
// build a list of available RO Accessory Page ID's
|
// 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();
|
ROFST.rodbi[] rodblist = rofst.GetRODatabaseList();
|
||||||
for (int i = 0; i < rodblist.Length; i++)
|
for (int i = 0; i < rodblist.Length; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user