I often use possibility to comment inside my md5 files by using "#" character at the start of comment line and sometime these lines are taken by TC as they contain the file checksum instead of the text comment.
By trial and error I managed to find out that this bug happens when the comment line ends with a string of 8 characters.
For example, if I have some md5 file with 3 comments like these:
Code: Select all
# 1 1234567
# 2 12345678
# 3 123456789
Code: Select all
Cannot open input file # 2!
Can you find out what is going on inside TC code with such type of comments and fix that?