wmaker: Removed non necessary macro for buffer size
commit1b2f3c0431a93d9008a55d76d24dfd30d6879123
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 13:41:58 +0000 (13 15:41 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 20:38:42 +0000 (13 21:38 +0100)
tree373c1569d1bfac96212e6b68e2e61742a992d2c7
parentbec778aae2e5cb7c4e6ced0b417d790e77f98d28
wmaker: Removed non necessary macro for buffer size

The C language provides the macro 'sizeof' to handle this kind of
situation, so do not create locally a macro which can become a source
of problems.

Took opportunity to change the size of buffer to follow guidelines
from Inotify's manpage, and to remove the initial value that is useless.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/event.c