diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-23 12:16:36 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-23 12:16:36 +0000 |
commit | c9a13f8923d1cc8798bcb07a0808855380d083c8 (patch) | |
tree | 41e8442e73bc38a7b809d536f17e7dea02b542ce /src/base | |
parent | 78b2bd7d0d408a7f8d679a4e97a0260900211fb6 (diff) | |
download | usdx-c9a13f8923d1cc8798bcb07a0808855380d083c8.tar.gz usdx-c9a13f8923d1cc8798bcb07a0808855380d083c8.tar.xz usdx-c9a13f8923d1cc8798bcb07a0808855380d083c8.zip |
reverted revision 2278
- Auto.inc: Log.LogError is not possible as ULog is not loaded at this point
-> used ConsoleWriteLn instead
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2279 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/base/UTextEncoding.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/UTextEncoding.pas b/src/base/UTextEncoding.pas index 148cd5d4..0c9ba4cc 100644 --- a/src/base/UTextEncoding.pas +++ b/src/base/UTextEncoding.pas @@ -92,6 +92,7 @@ implementation uses StrUtils, pcre, + UCommon, ULog; type |