Skip to content
Snippets Groups Projects
Commit 9e2032aa authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-ubi

parents 9ae7ae6b ef37c683
No related branches found
No related tags found
No related merge requests found
......@@ -439,7 +439,7 @@ static unsigned long ubifs_findfile(struct super_block *sb, char *filename)
continue;
}
/* Relative to cur dir */
sprintf(buf, "%s%s",
sprintf(buf, "%s/%s",
link_name, next == NULL ? "" : next);
memcpy(symlinkpath, buf, sizeof(buf));
next = name = symlinkpath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment