opnsense-ports/misc/lastools/files/patch-src_las2txt.cpp
Franco Fichtner 49362bbeca */*: sync with upstream
Taken from: FreeBSD
2025-01-27 13:16:37 +01:00

11 lines
507 B
C++

--- src/las2txt.cpp.orig 2025-01-19 14:35:25 UTC
+++ src/las2txt.cpp
@@ -570,7 +570,7 @@ static void parse_extended_flags(char *parse_string)
static void parse_extended_flags(char *parse_string)
{
const char *extended_flags[] = {"(HSV)", "(HSL)", "(hsv)", "(hsl)"};
- const char replacement_codes[] = {HSV255, HSL255, HSV, HSL};
+ const signed char replacement_codes[] = {HSV255, HSL255, HSV, HSL};
I32 nflags = (I32)(sizeof(extended_flags) / sizeof(char*));
for (I32 i = 0; i < nflags; i++)