]> Shamusworld >> Repos - rln/commit
Fix for bug that scribbled randomly on symbols.
authorShamus Hammons <jlhamm@acm.org>
Thu, 22 Jan 2015 17:48:48 +0000 (11:48 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 22 Jan 2015 17:48:48 +0000 (11:48 -0600)
commit4635567e96250f11bb0089ccae9c6f48c7382fd0
treea1c076137ddf2891928f00c16511d22b266ddda9
parent5644d379564f7e2960154f5df7689314589e9d03
Fix for bug that scribbled randomly on symbols.

Whenever there was a symbol collision, the DealWithSymbol() function
would, under the right circumstances, write $0800 into a symbol for no
good reason. This has been fixed. Also fixed the realloc() nonsense
that was written incorrectly as well.
makefile
rln.c
rln.h