Skip to content

Commit 8ee208b

Browse files
committed
Fix #8789 - gstat truncates names
1 parent 7e32c33 commit 8ee208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/gstat/dba.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ static void dba_print(bool err, USHORT number, const SafeArg& arg)
21502150
* Retrieve a message from the error file, format it, and print it.
21512151
*
21522152
**************************************/
2153-
TEXT buffer[256];
2153+
TEXT buffer[BUFFER_LARGE];
21542154
tdba* tddba = tdba::getSpecific();
21552155

21562156
fb_msg_format(NULL, GSTAT_MSG_FAC, number, sizeof(buffer), buffer, arg);

0 commit comments

Comments
 (0)