Skip to content

Commit

Permalink
Merge pull request #4360 from ev-mp/udev_false_alarm
Browse files Browse the repository at this point in the history
Udev-rules validation fix
  • Loading branch information
ev-mp authored Jul 9, 2019
2 parents 2bc2232 + 3f58353 commit 7c3c89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ namespace rs2
std::istreambuf_iterator<char>());

std::string udev = realsense_udev_rules;
udev.erase(udev.find_last_of("\n") + 1);

if (udev != str)
{
Expand Down

0 comments on commit 7c3c89e

Please sign in to comment.