Closed far-bulogics closed 9 years ago
Convered some statement to allow decode to run on C99 flavor compiler by converting some "for (int i = 0' into "for(i=0" and declaring the variable earlier in the function. No functional change.
Looks great, thanks!
Convered some statement to allow decode to run on C99 flavor compiler by converting some "for (int i = 0' into "for(i=0" and declaring the variable earlier in the function. No functional change.