Fixed usage of putenv() on windows (in not normally used code)

This commit is contained in:
unknown 2002-10-20 09:01:15 +03:00
commit c771f85e6c

View file

@ -242,7 +242,7 @@ static void my_win_init(void)
/* Inserisce i dati come variabili d'ambiente */
my_env=strdup(EnvString); /* variable for putenv must be allocated ! */
putenv(EnvString) ;
putenv(my_env) ;
dimNameValueBuffer = dimName ;
dimDataValueBuffer = dimData ;