Browse Source

error.hpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
72350498b1
  1. 2
      src/error.hpp

2
src/error.hpp

@ -17,7 +17,7 @@ public:
operator int()
{
return (_err.has_value() ? _err.value() : -ENOENT);
return (_err.has_value() ? _err.value() : -ENXIO);
}
Err&

Loading…
Cancel
Save