Skip to content

fixed an error found by pedantic compiler

pTerm was defined as int but used as unsigned int later on. My pedantic compiler complained and I fixed it. Since this variable is used as an array index in the following I assumed that the unsigned definition is more appropriate.

Merge request reports