Skip to content

Commit

Permalink
Address compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 5, 2024
1 parent 1151694 commit 1c2fdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcxlib/RCX_Disasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c2fdff

Please sign in to comment.