Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can

Neil Conway <neilc@samurai.com>

Commit: a2b5cc81df606057f85a4a1577a29aaeccda76a7
Author: Neil Conway <neilc@samurai.com>
Date: 2004-02-02T01:00:58Z
Releases: 7.4.2
Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can
apparently corrupt the Tcl runtime. Per suggestion from Michael
Brusser <michael@synchronicity.com>

Files

PathChange+/−
src/interfaces/libpgtcl/pgtcl.c modified +2 −2