fix args for printsub
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@242 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -527,7 +527,7 @@ printoption(register char *fmt, register int option)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
printsub(char direction, unsigned char *pointer, int length)
|
printsub(int direction, unsigned char *pointer, int length)
|
||||||
/* '<' or '>' */
|
/* '<' or '>' */
|
||||||
/* where suboption data sits */
|
/* where suboption data sits */
|
||||||
/* length of suboption data */
|
/* length of suboption data */
|
||||||
|
Reference in New Issue
Block a user