iconvtable: fixed compilation

git-svn-id: trunk@22230 -
This commit is contained in:
mattias 2009-10-19 12:17:54 +00:00
parent 94eb8856f3
commit 8075c5af72
2 changed files with 4 additions and 8 deletions

View File

@ -1,16 +1,15 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="6"/>
<Version Value="7"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
<LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
</General>
<VersionInfo>
@ -42,10 +41,7 @@
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Version Value="8"/>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>

View File

@ -22,7 +22,7 @@ program iconvtable;
{$mode objfpc}{$H+}
uses
Classes, SysUtils, Unix, LCLProc;
Classes, SysUtils, Unix, LCLProc, FileUtil;
var
Table: array[0..255] of shortstring;