diff options
Diffstat (limited to 'sinksh/syntax_modules/sink_inspect.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index 1a964cf..b496fe6 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp | |||
@@ -90,7 +90,8 @@ bool inspect(const QStringList &args, State &state) | |||
90 | 90 | ||
91 | QSet<QByteArray> uids; | 91 | QSet<QByteArray> uids; |
92 | db.scan("", [&] (const QByteArray &key, const QByteArray &data) { | 92 | db.scan("", [&] (const QByteArray &key, const QByteArray &data) { |
93 | uids.insert(Sink::Storage::DataStore::uidFromKey(key)); | 93 | //uids.insert(Sink::Storage::DataStore::uidFromKey(key)); |
94 | uids.insert(Sink::Storage::Key::fromInternalByteArray(key).identifier().toDisplayByteArray()); | ||
94 | return true; | 95 | return true; |
95 | }, | 96 | }, |
96 | [&](const Sink::Storage::DataStore::Error &e) { | 97 | [&](const Sink::Storage::DataStore::Error &e) { |