summaryrefslogtreecommitdiffstats
path: root/source/history.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-06 12:40:28 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-06 12:40:55 +0200
commit8e05106c87b8d1553a39e6f663cc6226211ef8be (patch)
tree99ff95cccd1cca7c0c74f526bef375754268068f /source/history.c
parentea3b5a39ca2c1ff6cb469d474f1a8922bfc8cb74 (diff)
Add option to view background image instead of screenshot in fake transparency. Issue #390
Diffstat (limited to 'source/history.c')
-rw-r--r--source/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/history.c b/source/history.c
index 07baef32..3b2de37a 100644
--- a/source/history.c
+++ b/source/history.c
@@ -99,7 +99,7 @@ static _element ** __history_get_element_list ( FILE *fd, unsigned int *length )
continue;
}
start++;
- if ( (l - (start-buffer)) < 3) {
+ if ( ( l - ( start - buffer ) ) < 3 ) {
continue;
}
// Resize and check.