rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: Mars on November 13, 2008, 08:53:29 PM

Title: Put in correspondence of the filenames until build 214
Post by: Mars on November 13, 2008, 08:53:29 PM
Quote
  function getUploadDestinationFileName():string;
.......
  while fileExists(result) do
    begin
    inc(i);

    result:=format('%s\%s(%d)%s', [f.resource, fn, i, ext]);
    end;
  end; // getUploadDestinationFileName

Between '%s\%s and (%d)%s, a space is missing in '%s\%s(%d)%s',

exact string is '%s\%s (%d)%s'

an example follows
Title: Re: Put in correspondence of the filenames until build 214
Post by: rejetto on November 15, 2008, 03:36:54 PM
thank you for reporting mars