deleyd (David Deley)
- Login: deleyd
- Email: deleyd@cox.net
- Registered on: 08/30/2009
- Last sign in: 08/31/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/31/2009
-
01:00 AM Ruby Bug #2016 (Rejected): Windows (win32.c) command line argument parsing bug
- =begin
Fix:
file: \win32\win32.c
routine: rb_w32_cmdvector
line:
memcpy(p - ((slashes + 1) >> 1), p + (~slashes & 1),
base + len - p);
add 1 to the length so we include the trailing zero:
memcpy(p - ((slashes + 1) >>...