Skip to content
Snippets Groups Projects
Commit 9a5d94d6 authored by deuce's avatar deuce
Browse files

More 64-bitness.

parent c4127515
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ char *find_bruted(long name)
char* bruteforce(unsigned long name)
{
long this_crc=0;
uint32_t this_crc=0;
char *ret;
int counter=0;
unsigned char *pos;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment