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