1
1
This commit was SVN r22706.
Этот коммит содержится в:
Iain Bason 2010-02-24 19:05:19 +00:00
родитель 5ed31baa38
Коммит 7445b23e0d

Просмотреть файл

@ -486,7 +486,7 @@ again:
last_sep = strrchr(file, OPAL_PATH_SEP[0]);
/* Stop the search, when we have searched past root '/' */
if (NULL == last_sep || (1 == strlen(last_sep) &&
OPAL_PATH_SEP[0] == last_sep)) {
OPAL_PATH_SEP[0] == *last_sep)) {
free (file);
return false;
}