Skip to content

Commit 6455674

Browse files
committed
Update ip.c
1 parent 6799b91 commit 6455674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ip.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main(){
4747
int i;
4848
unsigned int final;
4949
char ip[100], *token;
50-
unsigned char dec[3];
50+
unsigned int dec[3];
5151
const char deli[2] = ".";
5252

5353
printf("\n[+] Enter your IP: ");

0 commit comments

Comments
 (0)