Skip to content

Commit

Permalink
fix regression from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
robincornelius committed Dec 4, 2016
1 parent c649d37 commit 9ff3ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libEDSsharp/Bridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public EDSsharp convert(Device dev)
if (coo.AccessType != null)
{
string at = coo.AccessType;
at = at.Replace("cons", "const"); // predicted regression from #23
entry.accesstype = (EDSsharp.AccessType)Enum.Parse(typeof(EDSsharp.AccessType), at);
}

Expand Down

0 comments on commit 9ff3ccd

Please sign in to comment.