From 1c2fdff40e5355bf606d2a9febaf8164ddb88c06 Mon Sep 17 00:00:00 2001 From: mesheets <16882600+mesheets@users.noreply.github.com> Date: Thu, 4 Jul 2024 21:28:04 -0400 Subject: [PATCH] Address compiler warnings --- rcxlib/RCX_Disasm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rcxlib/RCX_Disasm.cpp b/rcxlib/RCX_Disasm.cpp index ed1a2ad..e954486 100644 --- a/rcxlib/RCX_Disasm.cpp +++ b/rcxlib/RCX_Disasm.cpp @@ -1111,8 +1111,8 @@ bool ResourceType(RCX_ChunkType type) void RCX_Disasm::FindLabelArg(ULong format, const UByte *code, UShort pc) { - char text[256]; - char buf[272]; + char text[272]; + char buf[256]; int value; switch(format) { case kAF_Jump8: