Don't allow more than one abbrev to take place.

This commit is contained in:
Themaister 2013-12-24 23:40:16 +01:00
parent 65aafdc2f4
commit 4ac75a8058

View File

@ -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);
out_path++;
size--;
}
}
break; // Don't allow more abbrevs to take place.
}
}
#endif