]> git.sur5r.net Git - cc65/commit
Fixed several places were CfgName was used directly instead of calling
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 8 Jan 2005 21:08:59 +0000 (21:08 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 8 Jan 2005 21:08:59 +0000 (21:08 +0000)
commit8559581d9f2be04e4865aaafe8758d907e657cff
treea733b7abe5f274cbd195ccf2a3d71db4eab8e1b2
parente128341854dfc6cd964e927d47482518d19b6974
Fixed several places were CfgName was used directly instead of calling
CfgGetName(). The former may be NULL, while the latter maps that to a
string like "builtin config".

git-svn-id: svn://svn.cc65.org/cc65/trunk@3358 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/scanner.c