Skip to content

Commit f9e5353

Browse files
author
Tim van der Molen
committed
Slightly optimise
1 parent 858f866 commit f9e5353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

path_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func sanitiseFilename(name string) string {
4141
for _, rname := range rnames {
4242
if strings.EqualFold(base, rname) {
4343
name = base + "_" + ext
44+
break
4445
}
4546
}
4647

0 commit comments

Comments
 (0)