summaryrefslogtreecommitdiff
path: root/werteunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'werteunit.pas')
-rw-r--r--werteunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/werteunit.pas b/werteunit.pas
index e4e79e3..9ffa8cd 100644
--- a/werteunit.pas
+++ b/werteunit.pas
@@ -687,7 +687,7 @@ begin
end;
end{of case};
try
- readAnAndorString(f,s,false);
+ s:=readAnAndorString(f,false);
except
s:='falsch';
end;