]> arthur.barton.de Git - ngircd-alex.git/commit
conf: fix 'Value of "..." is not a number!' for negative values
authorAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 21:41:27 +0000 (22:41 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 21:41:27 +0000 (22:41 +0100)
commit58a4dae56dd34e41b32dd3e5cede03a7ea5c7bb5
tree12d59a516b1674c23c784d3327b51b9fdea001e6
parent914d6a26d85ecaf7e0962c40392769cf4764e987
conf: fix 'Value of "..." is not a number!' for negative values

Don't use isdigit() function any more, because it only checks the
first character of the variable value and because it doesn't know
about the minus sign which is required e.g. for "Group = -1".
configure.in
src/ngircd/conf.c