Bug #11579
closed
Fiddle.win32_last_error after calling Fiddle::Function#call isn't GetLastError()
Added by cremno (cremno phobia) almost 11 years ago.
Updated over 5 years ago.
Description
The current source code is:
rb_funcall(mFiddle, rb_intern("last_error="), 1, INT2NUM(errno));
#if defined(_WIN32)
rb_funcall(mFiddle, rb_intern("win32_last_error="), 1, INT2NUM(errno));
#endif
I guess this is a copy-and-paste mistake and not the intended behavior. The attached patch is untested.
Files
- Assignee set to tenderlovemaking (Aaron Patterson)
- Status changed from Open to Closed
- Assignee changed from tenderlovemaking (Aaron Patterson) to kou (Kouhei Sutou)
Also available in: PDF
Atom