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

Neil Conway <neilc@samurai.com>

Commit: b8362d465ddf58681d26333faa93334716d87493
Author: Neil Conway <neilc@samurai.com>
Date: 2004-02-02T00:35:08Z
Releases: 8.0.0
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