Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151343
b: refs/heads/master
c: e27ecdd
h: refs/heads/master
i:
  151341: a822a5b
  151339: be70fcf
  151335: 102e318
  151327: f772d57
v: v3
  • Loading branch information
Clemens Ladisch authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 80ac5d8 commit ddfd022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 97d7b7a41bd462abceee7dbb2b3afacfd52438ed
refs/heads/master: e27ecdd94d81e5bc3d1f68591701db5adb342f0d
1 change: 0 additions & 1 deletion trunk/fs/nls/nls_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ utf8_wcstombs(__u8 *s, const wchar_t *pwcs, int maxlen)
size = utf8_wctomb(op, *ip, maxlen);
if (size == -1) {
/* Ignore character and move on */
maxlen--;
} else {
op += size;
maxlen -= size;
Expand Down

0 comments on commit ddfd022

Please sign in to comment.