﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1751	Wrong code generation for getEnvironmentVariable	mburisch	mburisch	"The implementation of the function Modelica.Utilities.System.getEnvironmentVariable() seems to be different from the definition within Modelica.

Modelica definition:
{{{external ""C"" ModelicaInternal_getenv(name, convertToSlash, content, exist)}}}

OpenModelica definition:
{{{const char* ModelicaInternal_getenv(const char* name, int convertToSlash, int* exist)}}}

If the function is used from within a model it is called with four parameters, however it does only expects three thus leading to a crash."	defect	closed	high	1.9.0	Run-time		fixed		mburisch
