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 bd3baa9..ca5028a 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -1441,7 +1441,7 @@ begin
j:=0;
k:=-1;
while (j<length(buf)) and (k<>0) do begin
- k:=iPAP.Input.write(buf[j],length(buf)-j);
+ k:=iPAP.input.write(buf[j],length(buf)-j);
j:=j+k;
end;
sleep(100); // SEHR DRECKIG !!!