Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Fix WAttribute::rollback() for DEV_USHORT (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourtemb authored Mar 15, 2019
1 parent 8b31bf4 commit 0ee7660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppapi/server/w_attribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ void WAttribute::rollback()
break;

case Tango::DEV_USHORT :
double_val = old_double_val;
ushort_val = old_ushort_val;
break;

case Tango::DEV_UCHAR :
Expand Down

0 comments on commit 0ee7660

Please sign in to comment.