summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epostunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 7e16543..36018ff 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -2743,7 +2743,7 @@ begin
end;
if (pos(',',t)>0) and (pos('e',t)=0) and (pos('E',t)=0) then t:=t+'0';
if not sT then
- eWerte.werte[j+i*_tSiz]:=strToFloat(t);
+ eWerte.werte[j+i*_xSteps]:=strToFloat(t);
inc(k);
end;
end;