(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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user