style
This commit is contained in:
@@ -522,10 +522,12 @@ uprog(const poly_t gpoly, int flags, unsigned long seq) {
|
|||||||
if (!seq)
|
if (!seq)
|
||||||
return;
|
return;
|
||||||
string = ptostr(gpoly, P_RTJUST, 4);
|
string = ptostr(gpoly, P_RTJUST, 4);
|
||||||
fprintf(stderr, "%s: searching: width=%ld poly=0x%s refin=%s refout=%s\n",
|
fprintf(stderr, "%s: searching: width=%lu poly=0x%s refin=%s refout=%s\n",
|
||||||
myname, plen(gpoly), string,
|
myname,
|
||||||
(flags & P_REFIN ? "true" : "false"),
|
plen(gpoly),
|
||||||
(flags & P_REFOUT ? "true" : "false")
|
string,
|
||||||
|
((flags & P_REFIN) ? "true" : "false"),
|
||||||
|
((flags & P_REFOUT) ? "true" : "false")
|
||||||
);
|
);
|
||||||
free(string);
|
free(string);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user