Subj : CVS commit src/sbbs3/baja.c To : All From : rswindell Date : Wed Sep 07 2005 10:53 pm src/sbbs3 baja.c 1.37 1.38 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv18551 Modified Files: baja.c Log Message: Bug-fix: Baja variables names cannot begin with a digit. If the crc32 of the ASCII value of a number happened to match the crc32 of a variable name, the code wouldn't run correctly. isvar() and newvar() are updated. .