chiark / gitweb /
don't compare a non-existing function with NULL
authorDaniel Mierswa <impulze@impulze.org>
Mon, 17 Aug 2009 21:13:19 +0000 (23:13 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 18 Aug 2009 00:00:39 +0000 (02:00 +0200)
Obviously someone forgot something here or didn't use -ansi. Either way,
index is nowhere declared so I assume the current behaviour is to check
against the index() function coming from somewhere in the POSIX headers.
The comparison doesn't make sense then.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>

No differences found