summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_inspect.cpp
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-08-21 16:02:41 +0200
committerMinijackson <minijackson@riseup.net>2018-08-21 16:02:41 +0200
commit04474c1f959a204fc67aecc033e12371d1c2546a (patch)
treeafad5b82ee82b86ef23fe306fe825602996e5888 /sinksh/syntax_modules/sink_inspect.cpp
parent1a3f204afcfb29e090bf8dad537a689e7595f048 (diff)
downloadsink-04474c1f959a204fc67aecc033e12371d1c2546a.tar.gz
sink-04474c1f959a204fc67aecc033e12371d1c2546a.zip
false is not a flag
Diffstat (limited to 'sinksh/syntax_modules/sink_inspect.cpp')
-rw-r--r--sinksh/syntax_modules/sink_inspect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp
index 1ab68f5..52a9e0f 100644
--- a/sinksh/syntax_modules/sink_inspect.cpp
+++ b/sinksh/syntax_modules/sink_inspect.cpp
@@ -93,7 +93,7 @@ bool inspect(const QStringList &args, State &state)
93 [&] (const Sink::Storage::DataStore::Error &e) { 93 [&] (const Sink::Storage::DataStore::Error &e) {
94 Q_ASSERT(false); 94 Q_ASSERT(false);
95 state.printError(e.message); 95 state.printError(e.message);
96 }, false); 96 });
97 97
98 QHash<QByteArray, QByteArray> hash; 98 QHash<QByteArray, QByteArray> hash;
99 99
@@ -181,7 +181,7 @@ bool inspect(const QStringList &args, State &state)
181 [&] (const Sink::Storage::DataStore::Error &e) { 181 [&] (const Sink::Storage::DataStore::Error &e) {
182 Q_ASSERT(false); 182 Q_ASSERT(false);
183 state.printError(e.message); 183 state.printError(e.message);
184 }, false); 184 });
185 185
186 if (showInternal) { 186 if (showInternal) {
187 //Print internal keys 187 //Print internal keys