[erlang-questions] inets / tftpd bug and patch
Pete Kazmier
pete-expires-20061130@REDACTED
Sun Oct 1 17:25:04 CEST 2006
David Hopwood <david.nospam.hopwood@REDACTED> writes:
> Pete Kazmier wrote:
>> - [_ | RelDir] = filename:split(Dir),
>> - filename:join([RelDir, Filename]);
>> + [_ | RelDir] = filename:split(Filename),
>> + filename:join([Dir | RelDir);
>
> Missing ']'.
You can tell it was almost 3am when I sent those emails ...
Thanks,
Pete
More information about the erlang-questions
mailing list