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

updated hashdb-related code

parent 505f179a
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,7 @@ JNIEXPORT jint JNICALL ...@@ -302,7 +302,7 @@ JNIEXPORT jint JNICALL
TSK_TCHAR pathT[1024]; TSK_TCHAR pathT[1024];
toTCHAR(env, pathT, 1024, pathJ); toTCHAR(env, pathT, 1024, pathJ);
TSK_HDB_INFO * temp = tsk_hdb_new(pathT); TSK_HDB_INFO * temp = tsk_hdb_newdb(pathT);
if(temp == NULL) if(temp == NULL)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment