Skip to content

Commit

Permalink
debug for
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanboy74 committed Aug 10, 2022
1 parent 5f5cb9e commit 3fe19c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htmixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ my_buff_s* cheack_loops(my_buff_s* buff)
loop_start_loc=(char*)(p+j);
loop_end_loc=(char*)(loop_start_loc+l);

loop_p=0;
sscanf(p+2,"FOR(%d,%d,%d)",&loop_s,&loop_e,&loop_p);

if(DEBUG)printf("FOR Detected! - [%d] - [%d,%d,%d]\r\n",l,loop_s,loop_e,loop_p);
Expand Down

0 comments on commit 3fe19c2

Please sign in to comment.