When environment variables used in lredir.
--- dosemu-1.1.3.1/src/dosext/mfs/mfs.c Tue May 28 12:05:00 2002
+++ dosemu-1.1.3.1.my/src/dosext/mfs/mfs.c Thu May 30 15:05:30 2002
@@ -1670,7 +1683,7 @@
switch (ch) {
case BACKSLASH:
if (PreserveEnvVar && /* Check for environment variable */
- (*(path+1) == '$') && (*(path+2) == '{'))
+ (*(path) == '$') && (*(path+1) == '{'))
inenv = 1;
else
ch = SLASH;
--
Sergey Suleymanov
-
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