Skip to content
Snippets Groups Projects
Commit 46b6dc85 authored by apriestman's avatar apriestman
Browse files

linux fix

parent 9103bdd4
No related branches found
No related tags found
No related merge requests found
...@@ -787,7 +787,7 @@ logicalfs_dir_open_meta(TSK_FS_INFO *a_fs, TSK_FS_DIR ** a_fs_dir, ...@@ -787,7 +787,7 @@ logicalfs_dir_open_meta(TSK_FS_INFO *a_fs, TSK_FS_DIR ** a_fs_dir,
return TSK_ERR; return TSK_ERR;
} }
#else #else
char *utf8Name = *it; char *utf8Name = it->c_str();
#endif #endif
size_t name_len = strlen(utf8Name); size_t name_len = strlen(utf8Name);
if ((fs_name = tsk_fs_name_alloc(name_len, 0)) == NULL) { if ((fs_name = tsk_fs_name_alloc(name_len, 0)) == NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment