james 2011-09-26 09:33:04 -0700 (Mon, 26 Sep 2011) 288 add missing byval's to moresubs.bas
Of interest is the "amount" argument of delitem() which actually gets modified, but after looking over the callers of delitem, I decided to pass it byval, since none of the callers expected the amount arg to change. (it was a symptomless bug, really) --- U wip/moresubs.bas U wip/moresubs.bi _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
