Skip to content
Snippets Groups Projects
Unverified Commit ec9a1a2e authored by Brian Carrier's avatar Brian Carrier Committed by GitHub
Browse files

Merge pull request #1033 from benhbasis/patch-1

Update tsk_img.h
parents c54e024d 231c67f1
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ extern "C" { ...@@ -72,7 +72,7 @@ extern "C" {
TSK_IMG_TYPE_UNSUPP = 0xffff, ///< Unsupported disk image type TSK_IMG_TYPE_UNSUPP = 0xffff, ///< Unsupported disk image type
} TSK_IMG_TYPE_ENUM; } TSK_IMG_TYPE_ENUM;
#define TSK_IMG_INFO_CACHE_NUM 4 #define TSK_IMG_INFO_CACHE_NUM 32
#define TSK_IMG_INFO_CACHE_LEN 65536 #define TSK_IMG_INFO_CACHE_LEN 65536
typedef struct TSK_IMG_INFO TSK_IMG_INFO; typedef struct TSK_IMG_INFO TSK_IMG_INFO;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment