Throw in a cast to squelch a compiler complaint ("unsigned short" +
authorGuy Harris <guy@alum.mit.edu>
Sat, 25 May 2002 10:25:27 +0000 (10:25 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 25 May 2002 10:25:27 +0000 (10:25 -0000)
commit3e001f70da2da00846aaac538e08e3568449f433
tree57f52e4179be633b231ad383dfb863fe14a5e900
parente8a006b28095f942779c599a9a15b73d9419fb80
Throw in a cast to squelch a compiler complaint ("unsigned short" +
"int" constant becomes "int", and comparing that with "unsigned int"
gives a "signed vs. unsigned comparison" warning, even though the "int"
constant in question is positive).

svn path=/trunk/; revision=5559
packet-dcerpc-mapi.c