title[22] -> title[18]

title[22] -> title[18] to match length of strings passed.
(not pretty code and ultimately title[] is src to strcpy(),
 but at least have the prototype and function definition match)
This commit is contained in:
Glenn Strauss 2023-01-19 03:22:41 -05:00
parent 1d44debaec
commit 2ebb4c5916

View File

@ -312,7 +312,7 @@ structions
void pa(SPDP e[4], SPDP t, SPDP t2);
void po(SPDP e1[4], long j, long k, long l);
void p3(SPDP *x, SPDP *y, SPDP *z, SPDP t, SPDP t1, SPDP t2);
void pout(char title[22], float ops, int type, SPDP checknum,
void pout(char title[18], float ops, int type, SPDP checknum,
SPDP time, int calibrate, int section);
@ -794,7 +794,7 @@ char *argv[];
}
void pout(char title[22], float ops, int type, SPDP checknum,
void pout(char title[18], float ops, int type, SPDP checknum,
SPDP time, int calibrate, int section)
{
SPDP mops,mflops;