Ticket #259 (Fixed)Mon Dec 13 15:37:45 UTC 2010
Bug in the C++ library (o.c++lib)
Reported by: | Steve Revill (20) | Severity: | Normal |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Steve Revill (20):
The function (part of object module o.file) declared in c++lib.h.osfcn
extern “C” int open(const char *name, int flags, int mode = 0);does not return the file descriptor in case of a successful operation; it returns 0 (zero) on success.
Reported by: Willi Theiss
Changelog:
Modified by Steve Revill (20) Tue, November 04 2014 - 21:57:52 GMT
- Status changed from Open to Fixed
Verified fixed in DDE 25 by Willi Theiss.