Commits

Pedro Vicente Nunes committed 81cfafde899
[svn-r9968] Purpose: bug fix Description: a string with 2 characters was declared as having size 2. changed to size 3 (+ null character) this was causing compiler warnings with g++ Solution: Platforms tested: linux free bsd (g++) Misc. update: