Skip to content

Commit 2b959a3

Browse files
committed
Merge branch 'GP-0_ryanmkurtz_PR-3785_GameCubeGBA_Increment'
2 parents cdb5f5d + 82ec05c commit 2b959a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileDebug.java

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ private void dumpStringData(OutputStream debugStream) throws IOException {
320320
if (count % 20 == 19) {
321321
buf.append("\n ");
322322
}
323+
count++;
323324
}
324325
buf.append("00\n");
325326
encoder.writeString(ATTRIB_CONTENT, buf.toString());

0 commit comments

Comments
 (0)