Comment 3 for bug 314185

Revision history for this message
Boris DuĊĦek (dusek) wrote :

The fix released in 0.7-5ubuntu1 (the patch spd-conf-test-path-fix.patch) is:

* wrong: uses os.path.join with second argument as absolute path ("/test.wav"), which results into the final (absolute) path of just "/test.wav".

* unneeded: this was fixed upstream (commit f0ba6a27...) by using os.path.join, which supplies the correct platform-specific path separators at correct places

The fix for this is easy - do not use the patch spd-conf-test-path-fix.patch.