dtmail: Resolve format-overflow issues

This commit is contained in:
Peter Howkins
2021-12-23 19:51:24 +00:00
committed by Jon Trulson
parent 16c3ed3650
commit 238385530d
3 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ protected:
char *_shroud; // String to shroud in debug output.
char _transtag[DTMAS_TAGSIZE];
// Tag of the current transaction.
int _transnum; // Number of the current transaction.
unsigned _transnum; // Number of the current transaction.
int _timeout; // Timeout seconds waiting for server.
char *_username;