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

Fixed Win32 build for new sector size code

parent 1f8c1d1d
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ tsk_img_open_utf8(int num_img, const char *const images[], ...@@ -347,7 +347,7 @@ tsk_img_open_utf8(int num_img, const char *const images[],
*utf16 = '\0'; *utf16 = '\0';
} }
retval = tsk_img_open(num_img, images16, type); retval = tsk_img_open(num_img, images16, type, a_ssize);
// 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