diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-09-30 23:28:18 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-09-30 23:28:18 +0200 | 
| commit | 9e2032aa56a722af8959cd214cc1e54d59b2ba64 (patch) | |
| tree | 6d4aa4ca134d241a25820a51ebd802119e2441e5 | |
| parent | 9ae7ae6b4dd9d0c6489ac5b054846f80cfd973b8 (diff) | |
| parent | ef37c6835eac66206a9c7c11f0c7186f5d64bf91 (diff) | |
| download | olio-uboot-2014.01-9e2032aa56a722af8959cd214cc1e54d59b2ba64.tar.xz olio-uboot-2014.01-9e2032aa56a722af8959cd214cc1e54d59b2ba64.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-ubi
| -rw-r--r-- | fs/ubifs/ubifs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index b03ed0bb8..286739c36 100644 --- a/fs/ubifs/ubifs.c +++ b/fs/ubifs/ubifs.c @@ -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; |