File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
strings.c
Show inline comments
 
@@ -466,6 +466,7 @@ static const char *ParseStringChoice(con
 
	//<NUM> {Length of each string} {each string}
 
	uint n = (byte)*b++;
 
	uint pos,i, mylen=0,mypos=0;
 

	
 
	for(i=pos=0; i!=n; i++) {
 
		uint len = (byte)*b++;
 
		if (i == form) {