]> git.tuebingen.mpg.de Git - paraslash.git/commit
command_util.sh: Make sure the "handler" pointer is NULL if a line handler exists.
authorAndre <maan@meins.(none)>
Sun, 21 Jan 2007 21:11:10 +0000 (22:11 +0100)
committerAndre <maan@meins.(none)>
Sun, 21 Jan 2007 21:11:10 +0000 (22:11 +0100)
commit4346bb908d494a60f4fa52875ae10228125d82f2
tree8ece157616e6b1ceb9bb8a72c3d835cb70276c02
parent7eb8cd4eb71610700e7a7f3fdd877c0b38a8863c
command_util.sh: Make sure the "handler" pointer is NULL if a line handler exists.

This becomes neccessary because the array of commands is no longer static,
i.e. the standard does not guarantee that uninitialized members are zeroed out.
command_util.sh