summaryrefslogtreecommitdiff
path: root/source/components/executer/exconcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exconcat.c')
-rw-r--r--source/components/executer/exconcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exconcat.c b/source/components/executer/exconcat.c
index e5f077dbd989..67d592cd5495 100644
--- a/source/components/executer/exconcat.c
+++ b/source/components/executer/exconcat.c
@@ -274,7 +274,7 @@ AcpiExDoConcatenate (
case ACPI_TYPE_INTEGER:
Status = AcpiExConvertToInteger (LocalOperand1, &TempOperand1,
- ACPI_STRTOUL_BASE16);
+ ACPI_IMPLICIT_CONVERSION);
break;
case ACPI_TYPE_BUFFER: