Skip to content

Commit e0d3b84

Browse files
committed
menus: ServerBrowser: fix -Wformat-truncation
1 parent cbbfe2e commit e0d3b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menus/ServerBrowser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ struct filterMap_t
246246
}
247247

248248
private:
249-
char display[64];
249+
char display[128];
250250
unsigned short count;
251251

252252
void UpdateDisplay()

0 commit comments

Comments
 (0)