This commit is contained in:
@@ -1477,7 +1477,7 @@ namespace Volian.Controls.Library
|
||||
Match myMatch = regRefObj.Match(link);
|
||||
if (myMatch.Success)
|
||||
{
|
||||
int dbid = int.Parse(myMatch.Groups[2].Value.Substring(0, 4))-1;
|
||||
int dbid = int.Parse(myMatch.Groups[2].Value.Substring(0, 4));
|
||||
int rodbid = int.Parse(myMatch.Groups[3].Value);
|
||||
ROFstInfo myROFst = myDocVersion.GetROFst(rodbid);
|
||||
return myROFst.IsSetpointDB(dbid);
|
||||
|
Reference in New Issue
Block a user