Skip to content

Commit

Permalink
2018-02-26 Inflator-1.2
Browse files Browse the repository at this point in the history
Fixed a bug in the ScanAP() function.
  • Loading branch information
ChunshengZhao committed Feb 26, 2018
1 parent c9d0a63 commit e0d735b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ZhaoChunsheng Tianjin,China
- - - - - -
Changelog:

2018-02-26 Inflator-1.2
--- Fixed a bug in the ScanAP() function.

2018-02-25 Inflator-1.1
--- Open source; Support Reaver 1.63; Fixed some bugs.

Expand Down
6 changes: 4 additions & 2 deletions inflator.fl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ else
fclose(file_desc);
}} {}
Fl_Window {} {
label {Inflator 1.1(for Reaver v1.63)}
label {Inflator 1.2(for Reaver v1.63)}
callback WinQuit_CallBack open
xywh {656 113 575 360} type Double visible
} {
Expand Down Expand Up @@ -239,7 +239,7 @@ else
Fl_Button {} {
label Inflator
callback Box_About_CallBack
tooltip {Coded by ZhaoChunsheng (Tianjin, China) at 2018.02.25} xywh {23 324 96 30} box NO_BOX color 0 labelfont 5 labelcolor 232
tooltip {Coded by ZhaoChunsheng (Tianjin, China) at 2018.02.26} xywh {23 324 96 30} box NO_BOX color 0 labelfont 5 labelcolor 232
}
}
Fl_Group {} {
Expand Down Expand Up @@ -927,6 +927,8 @@ if(Button_ScanAP->value()==1)
char item[6][33] = {{0}};
int i=0;
int APNum=0;

memset(APInfo,0,sizeof(APInfo));

while(fgets(ReadLine,256,file_desc) && APNum!=128)
{
Expand Down

0 comments on commit e0d735b

Please sign in to comment.