diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc b/Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc index 0234d79f9ff..02a4a5de40b 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc @@ -132,7 +132,7 @@ int4 ArraySequence::formByteArray(int4 sz,int4 slot,uint8 rootOff,bool bigEndian int4 maxEl = used.size() / bigElSize; int4 count; for(count=0;count(count) * bigElSize ]; if (val != 1) { // Count number of characters not including null terminator if (val == 2) count += 1; // Allow a single null terminator