ntfstruncate.c: Changed one reference to ntfs_mbstoucs into ntfs_mbstoucs_libntfscompat.

edge.strict_endians
Erik Larsson 2010-11-22 15:26:27 +01:00
parent 196f7f6461
commit 13bef7f308
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static void parse_options(int argc, char *argv[])
s = argv[optind++];
if (optind != argc) {
/* Convert the string to little endian Unicode. */
attr_name_len = ntfs_mbstoucs(s, &attr_name, 0);
attr_name_len = ntfs_mbstoucs_libntfscompat(s, &attr_name, 0);
if ((int)attr_name_len < 0)
err_exit("Invalid attribute name \"%s\": %s\n",
s, strerror(errno));