Commits
Leon Arber committed ba5d709a104
Purpose: Bug fix Description: ret is not initialized to anything. On some systems, it defaults 0. So, when the program returns 'ret' at the end, it may erroneously return 0, which is equivalent to success. Solution: Initialize ret to -1. Platforms tested: MCR Misc. update: