summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2005-10-01 10:24:02 +0000
committerTollef Fog Heen <tfheen@err.no>2005-10-01 10:24:02 +0000
commit6b35e49c2d939a8bc09f5de719ccad24191d8197 (patch)
tree87a6904a492bba9b3764214a44919bc5e309b5e1 /ChangeLog
parentd41fc58c55c29f9dd0d2b68c1862057712885139 (diff)
Handle \ correctly on win32
2005-10-01 Tollef Fog Heen <tfheen@err.no> * pkg.c(scan_dir): Turn backslashes into slashes or poptParseArgvString() will eat them when ${prefix} has been expanded in parse_libs(). Thanks to j^ for the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5777b8..d998378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* pkg.c (packages_get_var): Don't try to chop if string length is
zero. Freedesktop #4034.
+ (scan_dir): Turn backslashes into slashes or poptParseArgvString()
+ will eat them when ${prefix} has been expanded in parse_libs().
+ Thanks to j^ for the patch.
2005-09-21 Tollef Fog Heen <tfheen@err.no>