From c09580a52050af52c159566062092f4d0f1efb21 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Jan 2015 05:36:24 +0100 Subject: Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that prevented the /etc/nxagent/keystrokes.cfg file to be parsed. (Fixes: #741). --- debian/patches/320_nxagent_configurable-keystrokes.full.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches') 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); -- cgit v1.2.3