mirror of
https://github.com/kdlucas/byte-unixbench.git
synced 2024-12-11 23:30:07 +08:00
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:
parent
1d44debaec
commit
2ebb4c5916
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user