commit | f54c95ff0733924b6db2909fdcc5733bba08ccab | [log] [tgz] |
---|---|---|
author | Eric Pouech <Eric.Pouech@wanadoo.fr> | Sun Oct 31 17:32:57 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 31 17:32:57 1999 +0000 |
tree | e6eb91ea56425541c727eac2a60ac24e360535d1 | |
parent | 12668f5e2fe54f50704b7edc4c9671777d0d072f [diff] [blame] |
When reading a profile entry remove trailing quote when there's an opening one.
diff --git a/files/profile.c b/files/profile.c index 6f1a50f..654b1f3 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -117,6 +117,7 @@ p = p2 + 1; } } + if (quote && (len > 1)) buffer--; *buffer = '\0'; }