fix typo
This commit is contained in:
parent
4bc3a79f8c
commit
baded7d9ab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue