[postgis-users] Corrupt connection string [SOLVED]
Vinko Vrsalovic
vinko at cprsig.cl
Tue Dec 10 04:14:25 PST 2002
Hi,
I found out that the problem was an uninitialized variable in
mappostgis.c.
I attach the patch for anybody interested. (The patch is made
against the CVS version of December 10th)
I can't prove that that was the problem, but I'm no longer
getting corrupted connection strings after the fix :-).
--
Vinko Vrsalovic <el[|- at -|]vinko.cl>
http://www.cprsig.cl
-------------- next part --------------
272a273,274
> memset(f_table_name,0,5000); //zero it out!!!
>
More information about the postgis-users
mailing list