corrected cut&paste error
This commit is contained in:
parent
097397f422
commit
c08a4eb221
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ postgis_datasource::postgis_datasource(parameters const& params)
|
|||
|
||||
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&)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue