Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151344
b: refs/heads/master
c: 905c02a
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent ddfd022 commit a0475fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e27ecdd94d81e5bc3d1f68591701db5adb342f0d
refs/heads/master: 905c02acbd89f427c87a6d0a50fed757f6b3001c
1 change: 1 addition & 0 deletions trunk/fs/nls/nls_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ utf8_wcstombs(__u8 *s, const wchar_t *pwcs, int maxlen)
}
} else {
*op++ = (__u8) *ip;
maxlen--;
}
ip++;
}
Expand Down

0 comments on commit a0475fb

Please sign in to comment.