aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/fft/UFFT.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fft/UFFT.pas')
-rw-r--r--src/lib/fft/UFFT.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fft/UFFT.pas b/src/lib/fft/UFFT.pas
index 6b094c98..5a056a8c 100644
--- a/src/lib/fft/UFFT.pas
+++ b/src/lib/fft/UFFT.pas
@@ -47,7 +47,7 @@ unit UFFT;
{$IFDEF FPC}
{$MODE Delphi}
- {$H+} // Use AnsiString
+ {$H+} // Use long strings
{$ENDIF}
interface