Skip to content

Commit 4ab3e93

Browse files
committed
fix warning about incorrect pointer assignment at osm2pgsql.c:818
1 parent a684ef1 commit 4ab3e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

output.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct output_options {
2929
const char *expire_tiles_filename; /* File name to output expired tiles list to */
3030
int enable_hstore; /* add an additional hstore column with objects key/value pairs */
3131
int enable_multi; /* Output multi-geometries intead of several simple geometries */
32-
char** hstore_columns; /* list of columns that should be written into their own hstore column */
32+
const char** hstore_columns; /* list of columns that should be written into their own hstore column */
3333
int n_hstore_columns; /* number of hstore columns */
3434
};
3535

0 commit comments

Comments
 (0)