Don't allow more than one abbrev to take place.
This commit is contained in:
parent
65aafdc2f4
commit
4ac75a8058
|
@ -815,6 +815,8 @@ void fill_pathname_abbreviate_special(char *out_path, const char *in_path, size_
|
|||
out_path++;
|
||||
size--;
|
||||
}
|
||||
|
||||
break; // Don't allow more abbrevs to take place.
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue