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

resolved merge conflict

parents daef5bee d65fae46
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ uint8_t
return 0;
#else
return openImageUtf8(a_num, a_images, a_type, a_ssize, dataSourceId);
return openImageUtf8(a_num, a_images, a_type, a_ssize, a_deviceId);
#endif
}
......
......@@ -34,9 +34,7 @@ getError(libewf_error_t * ewf_error,
error_string[0] = '\0';
retval = libewf_error_backtrace_sprint(ewf_error,
error_string, TSK_EWF_ERROR_STRING_SIZE);
if (retval)
return 1;
return 0;
return retval <= 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment