mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-16 03:22:47 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-ubi
This commit is contained in:
commit
9e2032aa56
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ static unsigned long ubifs_findfile(struct super_block *sb, char *filename)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* Relative to cur dir */
|
/* Relative to cur dir */
|
||||||
sprintf(buf, "%s%s",
|
sprintf(buf, "%s/%s",
|
||||||
link_name, next == NULL ? "" : next);
|
link_name, next == NULL ? "" : next);
|
||||||
memcpy(symlinkpath, buf, sizeof(buf));
|
memcpy(symlinkpath, buf, sizeof(buf));
|
||||||
next = name = symlinkpath;
|
next = name = symlinkpath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue