On Sat, 14 Dec 2002, Emmanuel Jeandel wrote:

> My suggestion will be to comment/delete the line in exists speaking about
> strlowerDOS.

Thank you, that is indeed the correct solution, ie.,
--- mfs.c.old   Sat Dec 14 16:23:35 2002
+++ mfs.c       Sat Dec 14 16:24:20 2002
@@ -1008,7 +1008,6 @@
   while (fullname[len - 1] == '.')
     len--;
   fullname[len] = '\0';
-  strlowerDOS(fullname);
   rc = find_file(fullname, st);
   return rc;
 }

also thanks for finding out about a solution to the Bison problems.

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to