Commit f54c95ff authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

opening one.
parent 12668f5e
......@@ -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';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment