When reading a profile entry remove trailing quote when there's an

opening one.
This commit is contained in:
Eric Pouech 1999-10-31 17:32:57 +00:00 committed by Alexandre Julliard
parent 12668f5e2f
commit f54c95ff07
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ static void PROFILE_CopyEntry( char *buffer, const char *value, int len,
p = p2 + 1;
}
}
if (quote && (len > 1)) buffer--;
*buffer = '\0';
}