corrected cut&paste error

This commit is contained in:
Artem Pavlenko 2007-01-17 20:05:23 +00:00
parent 097397f422
commit c08a4eb221

View file

@ -70,7 +70,7 @@ postgis_datasource::postgis_datasource(parameters const& params)
try try
{ {
max_size = boost::lexical_cast<unsigned>(params_.get("initial_size")); max_size = boost::lexical_cast<unsigned>(params_.get("max_size"));
} }
catch (bad_lexical_cast&) catch (bad_lexical_cast&)
{ {