Print this page
patch fix-lint

*** 275,285 **** if (tp->tbl_fmt(dhp, instr, inp, idx) == 0) return (0); error: ! (void) snprintf(buf, buflen, ((dhp->dh_flags & DIS_OCTAL) != 0) ? "0%011lo" : "0x%08lx", instr); return (0); } --- 275,285 ---- if (tp->tbl_fmt(dhp, instr, inp, idx) == 0) return (0); error: ! (void) dis_snprintf(buf, buflen, ((dhp->dh_flags & DIS_OCTAL) != 0) ? "0%011lo" : "0x%08lx", instr); return (0); }