]> git.tuebingen.mpg.de Git - adu.git/commit
parse_select_options(): Check directly for NULL strings.
authorAndre Noll <maan@systemlinux.org>
Sat, 1 Nov 2008 21:57:15 +0000 (22:57 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 1 Nov 2008 21:57:15 +0000 (22:57 +0100)
commit19636dc6a5aacc09b320b60941004cadde7c6cf8
tree4237a2860cc197ae71abf72a8eacae2c1d6c2844
parent22dc8e380d27b93a70d49c8a49f139ccf59d6f60
parse_select_options(): Check directly for NULL strings.

This is equivalent to checking whether a select option was given
in select mode, but it makes a difference in interactive mode.
select.c