diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index a415c70..827b1e3 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -212,7 +212,7 @@ bool handleStartupItem(const string &line, int offset) { | |||
212 | if (pos > 0) { | 212 | if (pos > 0) { |
213 | option = str.substr(0, pos); | 213 | option = str.substr(0, pos); |
214 | if (strcasecmp(option.c_str(), "screen") == 0) { | 214 | if (strcasecmp(option.c_str(), "screen") == 0) { |
215 | error = getuint(str.c_str() + pos + 1, screen); | 215 | error = !getuint(str.c_str() + pos + 1, screen); |
216 | } else { | 216 | } else { |
217 | error = true; | 217 | error = true; |
218 | } | 218 | } |