]> mj.ucw.cz Git - libucw.git/commit
Libucw: wildmatch uses char * instead of byte * for strings.
authorMichal Vaner <vorner@ucw.cz>
Mon, 14 Jul 2008 11:48:06 +0000 (13:48 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Jul 2008 15:31:08 +0000 (17:31 +0200)
commiteb1d405a4e38b09785d712725e7ef17096f09f51
tree8498007ea502afb0ac74b8b252deb83f0f9881bc
parentca9a17fcae26a93bbdcefc466b482b88a23215d5
Libucw: wildmatch uses char * instead of byte * for strings.

Needs to be typecasted to unsigned char when indexing arrays.
Expects chars to be 8-bit.
lib/wildmatch.c
lib/wildmatch.h