This commit is contained in:
artemp 2017-01-09 11:43:46 +01:00 committed by Dane Springmeyer
parent 4c22e631a7
commit 489b7f2aca

View file

@ -167,7 +167,7 @@ void dbf_file::add_attribute(int col, mapnik::transcoder const& tr, mapnik::feat
else
{
// NOTE: null logical fields use '?'
f.put(name,false);x
f.put(name,false);
}
break;
}