1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-21 13:05:04 -05:00

Environment settings were broken. Fix due to Andros Tantas

[originally from svn r465]
This commit is contained in:
Simon Tatham 2000-04-26 08:07:08 +00:00
parent 261fa87101
commit 5f93b919ac

View File

@ -267,7 +267,7 @@ static void load_settings (char *section, int do_host) {
c = '\t'; c = '\t';
if (c == '\\') if (c == '\\')
c = *p++; c = *p++;
*p++ = c; *q++ = c;
} }
if (*p == ',') p++; if (*p == ',') p++;
*q++ = '\0'; *q++ = '\0';