Browse Source

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

Wolfgang Denk 15 years ago
parent
commit
9e2032aa56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/ubifs/ubifs.c

+ 1 - 1
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;