Opened 18 years ago

Last modified 18 years ago

#84 closed defect (fixed)

_putenv invoked instead of putenv

Reported by: ms6ep Owned by: ms6ep
Priority: critical Milestone:
Component: Version:
Keywords: Cc: ms6ep, adrpo

Description


Change History (2)

comment:1 Changed 18 years ago by ms6ep

In the latest development code in SVN,Compiler/runtime/settingsimpl.c:102 uses
_putenv() instead of putenv(). _putenv() is the Visual C++ method for changing
environment variables. putenv() does the same thing in glibc.

comment:2 Changed 18 years ago by adrpo

fixed in revision 2459

Note: See TracTickets for help on using tickets.