opnsense-ports/converters/osm2pgsql/files/patch-src_output-flex.cpp
Franco Fichtner 130d46cc0c */*: sync with upstream
Taken from: FreeBSD
2022-03-17 14:33:31 +01:00

11 lines
394 B
C++

--- src/output-flex.cpp.orig 2022-01-24 15:04:03 UTC
+++ src/output-flex.cpp
@@ -636,7 +636,7 @@ void output_flex_t::write_column(
}
} else {
throw std::runtime_error{
- "Column type {} not implemented."_format(column.type())};
+ "Column type {} not implemented."_format(static_cast<uint8_t>(column.type()))};
}
lua_pop(lua_state(), 1);