summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-24 15:59:37 +0100
committerErich Eckner <git@eckner.net>2019-01-24 15:59:37 +0100
commit1e08676f284195ef26283ae27cadb0e09c1ff57b (patch)
treed931280db9377ac8c4280aa03436ea761701e953
parent591b6d542b52951c10f94749d48c9b2207c12159 (diff)
downloadepost-1e08676f284195ef26283ae27cadb0e09c1ff57b.tar.xz
epostunit.pas: Topf-Datei ist auch eine hinreichende Ausgabe
-rw-r--r--epost.lps6
-rw-r--r--epostunit.pas2
2 files changed, 4 insertions, 4 deletions
diff --git a/epost.lps b/epost.lps
index a6a9aea..e9e8cf6 100644
--- a/epost.lps
+++ b/epost.lps
@@ -22,9 +22,10 @@
<Unit2>
<Filename Value="epostunit.pas"/>
<IsPartOfProject Value="True"/>
+ <IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
- <TopLine Value="3966"/>
- <CursorPos X="45" Y="3982"/>
+ <TopLine Value="4026"/>
+ <CursorPos X="40" Y="4040"/>
<UsageCount Value="201"/>
<Loaded Value="True"/>
</Unit2>
@@ -118,7 +119,6 @@
</Unit13>
<Unit14>
<Filename Value="../units/matheunit.pas"/>
- <IsVisibleTab Value="True"/>
<EditorIndex Value="3"/>
<TopLine Value="1194"/>
<CursorPos X="106" Y="1213"/>
diff --git a/epostunit.pas b/epostunit.pas
index a4e797b..8550b4e 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -4037,7 +4037,7 @@ begin
until false;
bekannteBefehle.free;
- if (aDatei='') and (iDatei='') and not residuenBerechnen then begin
+ if (aDatei='') and (iDatei='') and (tDatei='') and not residuenBerechnen then begin
gibAus('Keine Ausgaben beim Faktorisieren!',3);
exit;
end;