Skip to content

Commit aa574e4

Browse files
pifopiGin890
authored andcommitted
Fix CI
1 parent 8a0a2fc commit aa574e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BoxSorter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ std::string create_overlay_info(const CollectedPokemonInfo& pokemon, const BoxDe
151151

152152
std::string overlay_log = dex_number_detector.dex_type() == DexType::HYPERSPACE ? "H" : "L";
153153

154-
char dex_str[4];
154+
char dex_str[6];
155155
snprintf(dex_str, sizeof(dex_str), "%03d", dex_number_detector.dex_number());
156156
overlay_log += std::string(dex_str) + " " + display_name;
157157
if(pokemon.gender == StatsHuntGenderFilter::Male){

0 commit comments

Comments
 (0)