input: fix open() call parameters
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 31 Dec 2011 15:24:14 +0000 (16:24 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 31 Dec 2011 15:27:37 +0000 (16:27 +0100)
commit7af290efbf361a50433513eb074e56f4aa8da8b9
treed5c75104a68f6c4dc0d90ee18996098a9026feb1
parentfdf73407b795e73b8a7fc94be6ab9e8df2bbc935
input: fix open() call parameters

Third argument of open() is for file creation flags and nor for file open flags.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/input.c