Skip to content
Snippets Groups Projects
Commit 62c3bccb authored by Brian Carrier's avatar Brian Carrier
Browse files

Changed win32 arguments to tsk_img_open as part of 2596153

parent b942ab55
No related branches found
No related tags found
No related merge requests found
...@@ -339,7 +339,7 @@ tsk_img_open_utf8(int num_img, const char *const images[], ...@@ -339,7 +339,7 @@ tsk_img_open_utf8(int num_img, const char *const images[],
} }
retval = retval =
tsk_img_open(num_img, (const TSK_TCHAR **) images16, type); tsk_img_open(num_img, images16, type);
// free up the memory // free up the memory
tsk_utf8_cleanup: tsk_utf8_cleanup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment