diff options
-rw-r--r-- | src/opt/fxu/fxu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/fxu/fxu.c b/src/opt/fxu/fxu.c index 95f1c99d..c6fb5796 100644 --- a/src/opt/fxu/fxu.c +++ b/src/opt/fxu/fxu.c @@ -57,7 +57,7 @@ static int s_MemoryPeak; ***********************************************************************/ int Fxu_FastExtract( Fxu_Data_t * pData ) { - int fScrollLines = 1; + int fScrollLines = 0; Fxu_Matrix * p; Fxu_Single * pSingle; Fxu_Double * pDouble; |