iocharset not valid for udf (and normal user id) :/

SVN revision: 48572
This commit is contained in:
Carsten Haitzler 2010-05-03 01:53:27 +00:00
parent e0c252ec42
commit 34e7b3a1bc
1 changed files with 2 additions and 2 deletions

View File

@ -986,8 +986,8 @@ e_volume_mount(E_Volume *v)
opt = eina_list_append(opt, buf2);
}
else if ((!strcmp(v->fstype, "fat")) ||
(!strcmp(v->fstype, "jfs")) ||
(!strcmp(v->fstype, "udf"))
(!strcmp(v->fstype, "jfs"))
// (!strcmp(v->fstype, "udf"))
)
{
snprintf(buf2, sizeof(buf2), "iocharset=utf8");