a character in the destination buffer address was skipped if size wasn't specified
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3549 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
73ba4f376b
commit
4cf2341292
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ PLUGINFUNCTIONSHORT(Copy)
|
|||
size = (int) myatoi(str+1);
|
||||
dest = (HANDLE) popint();
|
||||
}
|
||||
else dest = (HANDLE) myatoi(str+1);
|
||||
else dest = (HANDLE) myatoi(str);
|
||||
source = (HANDLE) popint();
|
||||
|
||||
// Ok, check the size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue