first commit

master
Your Name 6 years ago
parent 33495f2cb7
commit dc72571752

@ -62,7 +62,7 @@ void findlike()//
{ {
system("cls"); system("cls");
FILE *fp; FILE *fp;
if((fp=fopen(shoucanjia,"r"))==NULL) if((fp=fopen(shoucanjia,"rb"))==NULL)
{ {
printf("OPEN DEFIT"); printf("OPEN DEFIT");
} }
@ -102,7 +102,7 @@ void findlike()//
i=i+1; i=i+1;
} }
FILE *fp; FILE *fp;
if((fp=fopen(shoucanjia,"r"))==NULL) if((fp=fopen(shoucanjia,"rb"))==NULL)
{ {
printf("OPEN DEFIT"); printf("OPEN DEFIT");
} }

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save