You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
394 B
Diff
12 lines
394 B
Diff
--- tsk/img/ewf.cpp.orig 2025-04-15 13:37:13
|
|
+++ tsk/img/ewf.cpp 2025-04-16 07:25:27
|
|
@@ -67,7 +67,7 @@
|
|
|
|
tsk_take_lock(&(ewf_info->read_lock));
|
|
#if defined( HAVE_LIBEWF_V2_API )
|
|
- cnt = libewf_handle_read_random(ewf_info->handle,
|
|
+ cnt = libewf_handle_read_buffer_at_offset(ewf_info->handle,
|
|
buf, len, offset, &ewf_error);
|
|
if (cnt < 0) {
|
|
char *errmsg = NULL;
|