[PATCH] cifs: finish up of special character mapping capable unicode conversion routine part 2 of 3
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d14537f103
commit
6c91d362f1
@@ -76,8 +76,8 @@ cifs_strtoUCS(wchar_t * to, const char *from, int len,
|
||||
charlen));
|
||||
to[i] = cpu_to_le16(0x003f); /* a question mark */
|
||||
charlen = 1;
|
||||
}
|
||||
to[i] = cpu_to_le16(to[i]);
|
||||
} else
|
||||
to[i] = cpu_to_le16(to[i]);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user