* src/pic16/main.c (_pic16_finaliseOptions): do not quote the
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Nov 2008 00:16:33 +0000 (00:16 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Nov 2008 00:16:33 +0000 (00:16 +0000)
commit0e140c69ad2d70806ce52b3cf0517494aeeef5e2
tree671e028d6fc86c92a137601e134d7c4cf21928eb
parent077c7105d3d12db74c2a84c8fb3ff040ee023ebf
* src/pic16/main.c (_pic16_finaliseOptions): do not quote the
  argument of --asm= or --link= to allow for
  --asm="sh script --options", the user can double quote the
  argument if needed: --asm="'c:/program files/gpasm' -q",
  also fix some potential buffer overflows

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5274 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/pic16/main.c