Daniel Berger
2007-Sep-29 02:19 UTC
[Win32utils-devel] Pass by reference bug in win32/api?
I spotted this as the result of the latest win32-file-stat tests I''ve been running: require ''windows/path'' include Windows::Path file1 = ''test'' file2 = file1.dup PathStripToRoot(file1) p file1 => "\000est" p file1 => "\000est" Win32API (stdlib) doesn''t do this. Is this our fault? Regards, Dan
Apparently Analagous Threads
- Help with win32/api, windows-api
- [ win32utils-Bugs-8942 ] several typo in windows-pr.
- win32 eventlog dup
- [ win32utils-Bugs-5479 ] Incorrect SetLastError declarations
- [ win32utils-Bugs-14298 ] windows-api 0.2.0/windows-pr 0.7.1 causes segfault with require of win32/file