config: Rework HDC migration to be in line with previous migrations

This commit is contained in:
RichardG867
2025-08-01 17:53:02 -03:00
parent 527c911961
commit 1b2f2d7f75
3 changed files with 53 additions and 63 deletions

View File

@@ -130,7 +130,7 @@ hdc_get_internal_name(int hdc)
}
int
hdc_get_from_internal_name(char *s)
hdc_get_from_internal_name(const char *s)
{
int c = 0;