Added comments, and removed unused #include

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6056 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-04-14 16:27:00 +00:00
parent 637db8940c
commit 36f6645935
4 changed files with 2 additions and 2 deletions

View file

@ -5252,6 +5252,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
}
if (which_token == TOK_WRITEREGBIN)
{
// Jim Park: Keep the data as char / 8 bits
char data[3*NSIS_MAX_STRLEN];
TCHAR *p=line.gettoken_str(4);
int data_len=0;