(decode_type): tagdatalen should be an size_t.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15672 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-19 18:09:30 +00:00
parent 35506ca735
commit 30cb2f9c22

View File

@@ -420,8 +420,7 @@ decode_type (const char *name, const Type *t, int optional,
case TTag:{
fprintf(codefile,
"{\n"
"int tagdatalen;\n"
"size_t oldlen;\n");
"size_t tagdatalen, oldlen;\n");
if(dce_fix)
fprintf(codefile,
"int dce_fix;\n");