From baded7d9ab8557522c135bd5b01cb886ceb5783f Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 9 Jan 2017 11:43:46 +0100 Subject: [PATCH] fix typo --- plugins/input/shape/dbfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/input/shape/dbfile.cpp b/plugins/input/shape/dbfile.cpp index 8d138d759..3da607417 100644 --- a/plugins/input/shape/dbfile.cpp +++ b/plugins/input/shape/dbfile.cpp @@ -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; }