diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-05 18:16:52 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-05 18:16:52 +0100 |
commit | 234346f18caf775625bbe88ef2eb7c3b17f3321b (patch) | |
tree | 16726f5a2fe902e91a6c3ea178fdf002b491583f /sinksh/syntax_modules/sink_list.cpp | |
parent | 889bda7e1d885498813ec03c16d84cb052c604b4 (diff) | |
download | sink-234346f18caf775625bbe88ef2eb7c3b17f3321b.tar.gz sink-234346f18caf775625bbe88ef2eb7c3b17f3321b.zip |
Sinksh
Diffstat (limited to 'sinksh/syntax_modules/sink_list.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_list.cpp b/sinksh/syntax_modules/sink_list.cpp index dd1498f..a609463 100644 --- a/sinksh/syntax_modules/sink_list.cpp +++ b/sinksh/syntax_modules/sink_list.cpp | |||
@@ -120,7 +120,7 @@ bool list(const QStringList &args_, State &state) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | QStringList line; | 122 | QStringList line; |
123 | line << o.resourceInstanceIdentifier(); | 123 | line << compressId(compact, o.resourceInstanceIdentifier()); |
124 | line << compressId(compact, o.identifier()); | 124 | line << compressId(compact, o.identifier()); |
125 | for (const auto &prop: toPrint) { | 125 | for (const auto &prop: toPrint) { |
126 | const auto value = o.getProperty(prop); | 126 | const auto value = o.getProperty(prop); |