Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295254
b: refs/heads/master
c: d533df0
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Linus Torvalds committed Mar 23, 2012
1 parent 59e76bd commit 52b9b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41f0c02eacec9f984adb22e8fecda49e13b7eb13
refs/heads/master: d533df07c20c7b59b0559a3ac38fb45c81ffd6bb
2 changes: 1 addition & 1 deletion trunk/fs/fat/namei_vfat.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ xlate_to_uni(const unsigned char *name, int len, unsigned char *outname,
op = &outname[*outlen * sizeof(wchar_t)];
} else {
for (i = 0, ip = name, op = outname, *outlen = 0;
i < len && *outlen <= FAT_LFN_LEN;
i < len && *outlen < FAT_LFN_LEN;
*outlen += 1) {
if (escape && (*ip == ':')) {
if (i > len - 5)
Expand Down

0 comments on commit 52b9b7b

Please sign in to comment.