aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-13 05:36:24 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-13 05:36:35 +0100
commitc09580a52050af52c159566062092f4d0f1efb21 (patch)
treef64af369820835fc5432ff4e153b6104bc2100dc /debian/patches
parent3fb038d6c09b149bb68e3b011e5a35ac428e31b0 (diff)
downloadnx-libs-c09580a52050af52c159566062092f4d0f1efb21.tar.gz
nx-libs-c09580a52050af52c159566062092f4d0f1efb21.tar.bz2
nx-libs-c09580a52050af52c159566062092f4d0f1efb21.zip
Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that prevented the /etc/nxagent/keystrokes.cfg file to be parsed. (Fixes: #741).
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/320_nxagent_configurable-keystrokes.full.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/320_nxagent_configurable-keystrokes.full.patch b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
index ae1897d14..bcb8ef27c 100644
--- a/debian/patches/320_nxagent_configurable-keystrokes.full.patch
+++ b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
@@ -481,7 +481,7 @@ Description: Make nxagent-specific keyboard bindings configurable
+ {
+ /* empty */
+ }
-+ else if (access(etcfile, R_OK == 0))
++ else if (access(etcfile, R_OK) == 0)
+ {
+ if (filename)
+ free(filename);