Show More
@@ -767,7 +767,7 b' class binhunk:' | |||||
767 |
|
767 | |||
768 | def parsefilename(str): |
|
768 | def parsefilename(str): | |
769 | # --- filename \t|space stuff |
|
769 | # --- filename \t|space stuff | |
770 | s = str[4:] |
|
770 | s = str[4:].rstrip('\r\n') | |
771 | i = s.find('\t') |
|
771 | i = s.find('\t') | |
772 | if i < 0: |
|
772 | if i < 0: | |
773 | i = s.find(' ') |
|
773 | i = s.find(' ') |
General Comments 0
You need to be logged in to leave comments.
Login now