diff --git a/Contrib/System/Source/Buffers.c b/Contrib/System/Source/Buffers.c index 41014838..2ac61536 100644 --- a/Contrib/System/Source/Buffers.c +++ b/Contrib/System/Source/Buffers.c @@ -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