rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: Hooker on November 24, 2008, 06:25:41 PM

Title: Little bug (may be?)
Post by: Hooker on November 24, 2008, 06:25:41 PM
Hi,

I´m using HFS 2.2e and I like it  :D

I think, there is a little bug in the program. If I choose "Save as" in the log-window, the log will be saved as a file with the extension ".tt" instead of ".txt".
You can rename it as *.txt, but I would find it better if it would be saved as a *.txt-file.

Greetz,
Hooker
Title: Re: Little bug (may be?)
Post by: Mars on November 24, 2008, 06:59:10 PM
Quote
procedure TmainFrm.Saveas1Click(Sender: TObject);
var
  fn: string;
begin
fn:='';
if PromptForFileName(fn, 'Text file|*.txt', 'txt', 'Save log', '', TRUE) then
  savefile(fn, logBox.text);
end;

X is missing, it is seen well, the bug is in all version beta
Title: Re: Little bug (may be?)
Post by: rejetto on November 25, 2008, 08:49:24 AM
welcome, and thank you for reporting.
it will be fixed in next update.
Title: Re: Little bug (may be?)
Post by: Hooker on November 25, 2008, 09:08:08 AM
Thanks!  :)