This commit is contained in:
Kris Kennaway 2000-11-27 07:21:37 +00:00
parent 80ff3b155f
commit b63695f384
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69252

View File

@ -83,8 +83,8 @@ DispPkt(rconn, direct)
RMPCONN *rconn;
int direct;
{
static char BootFmt[] = "\t\tRetCode:%u SeqNo:%lx SessID:%x Vers:%u";
static char ReadFmt[] = "\t\tRetCode:%u Offset:%lx SessID:%x\n";
static const char BootFmt[] = "\t\tRetCode:%u SeqNo:%lx SessID:%x Vers:%u";
static const char ReadFmt[] = "\t\tRetCode:%u Offset:%lx SessID:%x\n";
struct tm *tmp;
struct rmp_packet *rmp;