search for: str_is_al

Displaying 1 result from an estimated 1 matches for "str_is_al".

Did you mean: str_is_all
1999 Aug 04
0
Win9x & Samba 2.0.5a (PR#19465)
...revision 1.218.2.18.2.14 diff -u -r1.218.2.18.2.14 util.c --- util.c 1999/07/22 01:47:02 1.218.2.18.2.14 +++ util.c 1999/07/22 19:04:15 @@ -1430,7 +1430,7 @@ */ if (win9x_semantics) { - if (*cp2 == '\0' && (strequal(cp1, "*") || str_is_all(cp1, '?'))) + if (*cp2 == '\0' && str_is_all(cp1, '?')) break; } -- -------------------------------------------------------- Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions....