Skip to content

Commit 2ad7bc9

Browse files
author
ByteSizedFox
committed
fix function name oversight
1 parent ac3d75c commit 2ad7bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loaddict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ restart:if ( *dict_siz > 0 )
641641
extern const unsigned char main_dict[];
642642
#define get_long_int(ptr) ((U32) ((((U8 *)(ptr))[3] << 24) | (((U8 *)(ptr))[2] << 16) | (((U8 *)(ptr))[1] << 8) | (((U8 *)(ptr))[0])))
643643

644-
int load_dictionary_raw( void **dict_index, void **dict_data, unsigned int *dict_siz,
644+
int load_dictionary( void **dict_index, void **dict_data, unsigned int *dict_siz,
645645
unsigned int *dict_bytes, char *dict_nam, int bRequired,
646646
DT_HANDLE *dicMapObject, // Handle for mapped object
647647
DT_HANDLE *dicFileHandle, // File Handle

0 commit comments

Comments
 (0)