|
@@ -2075,7 +2075,7 @@ alternative_evolve(struct alternative *a, struct alternative *b,
|
|
|
xasprintf(&lnk, "%s/%s", altdir, sl->name);
|
|
xasprintf(&lnk, "%s/%s", altdir, sl->name);
|
|
|
if (strcmp(old, new) != 0 && lstat(old, &st) == 0 &&
|
|
if (strcmp(old, new) != 0 && lstat(old, &st) == 0 &&
|