View Single Post
  #7  
Old 04-01-2018, 02:06 AM
iceflame
Fire Beetle
 
Join Date: Mar 2018
Location: Taiwan
Posts: 4
Default

Modify the code:
if(SvTRUE(ERRSV))
to:
if((count == 0) && (SvTRUE(ERRSV)))
Reply With Quote