Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272223
b: refs/heads/master
c: 0a90e0f
h: refs/heads/master
i:
  272221: 384abf8
  272219: ecce833
  272215: d9dbece
  272207: 4836d58
  272191: 48a0231
v: v3
  • Loading branch information
Andy Shevchenko authored and Linus Torvalds committed Nov 1, 2011
1 parent 3f39a24 commit 96adb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 02473119bc54b0b239c2501064c7a37314347f87
refs/heads/master: 0a90e0f1012e576500b551455b046013324826b9
4 changes: 2 additions & 2 deletions trunk/fs/fat/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ static int uni16_to_x8(struct super_block *sb, unsigned char *ascii,
} else {
if (uni_xlate == 1) {
*op++ = ':';
op = pack_hex_byte(op, ec >> 8);
op = pack_hex_byte(op, ec);
op = hex_byte_pack(op, ec >> 8);
op = hex_byte_pack(op, ec);
len -= 5;
} else {
*op++ = '?';
Expand Down

0 comments on commit 96adb37

Please sign in to comment.