From 8b6e9206c76427edd9527bd0f0ddab63e9a58865 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 11 Dec 2006 23:03:39 +0000 Subject: sign fix svn path=/trunk/externals/pidip/; revision=6806 --- include/pdp_streaming.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pdp_streaming.h b/include/pdp_streaming.h index 6f3f038..648c0c6 100644 --- a/include/pdp_streaming.h +++ b/include/pdp_streaming.h @@ -30,5 +30,5 @@ typedef struct _hpacket int width; int height; struct timeval etime; // valid until 2038 - int clength; + unsigned int clength; } t_hpacket; -- cgit v1.2.1