diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-08-12 05:08:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-08-12 05:08:00 +0200 |
commit | 19655b459dd99d31d05b43c4c68cd755bfe30d95 (patch) | |
tree | dd439995fcf985502854752acaebf0e3ffbea2da /src | |
parent | b7cf37bcd0e6480a6a80246725dc84ec290bde9b (diff) |
Release v2.19.22.19.2
Diffstat (limited to 'src')
-rw-r--r-- | src/keyevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyevents.c b/src/keyevents.c index 1905ea5..861a7a7 100644 --- a/src/keyevents.c +++ b/src/keyevents.c @@ -44,7 +44,7 @@ static void feh_set_kb(fehkey *key, unsigned int s0, unsigned int y0, unsigned static inline int ignore_space(int keysym) { /* - * Passing values which do not find inside a signed 8bit char to isprint, + * Passing values which do not fit inside a signed 8bit char to isprint, * isspace and the likes is undefined behaviour... which glibc (for some * values) implements as a segmentation fault. So let's not do that. */ |