diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-06 18:59:19 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-06 18:59:19 +0000 |
commit | 94f7a113b7a8faba16ef04beb115c6aeaebe77b9 (patch) | |
tree | a35ba92d70f4554057da80690a0b8f134549cab4 /src/base/URingBuffer.pas | |
parent | 69d6fc57ff2cf57a3f8fe67e82ff8f900436c873 (diff) | |
download | usdx-94f7a113b7a8faba16ef04beb115c6aeaebe77b9.tar.gz usdx-94f7a113b7a8faba16ef04beb115c6aeaebe77b9.tar.xz usdx-94f7a113b7a8faba16ef04beb115c6aeaebe77b9.zip |
Fix for Windows7/64bit/Delphi2006 (and maybe others):
- Problem: Videos with filenames that contain special characters (like German umlauts) could not be found
- Solution: The correct Path() variant could not be resolved as there were only two overloaded variants (AnsiString/RawByteString and WideString). If a PChar was passed, erroneously Path(WideString) was called which caused a garbage result.
- Please test if videos with special chars work now (especially on linux and mac)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2218 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions