Fix compiler error on Windows 64: cast strlen() to (int);
authorBill Meier <wmeier@newsguy.com>
Mon, 7 Mar 2011 03:10:51 +0000 (03:10 -0000)
committerBill Meier <wmeier@newsguy.com>
Mon, 7 Mar 2011 03:10:51 +0000 (03:10 -0000)
commit3e92ea5c2fe6e938c7d9fff0c8cb4ac6dcdddad8
tree4aefc49635a762374ecdbc2f4abc6bdcde83e085
parentb71ec510e11ab74466e60bd389d99f294aaa8d19
Fix compiler error on Windows 64: cast strlen() to (int);
Also: Apparently the length of an address of type AT_STRINGZ must include the NULL.

svn path=/trunk/; revision=36151
epan/dissectors/packet-dvbci.c