aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2006-12-11 23:03:39 +0000
committerN.N. <sevyves@users.sourceforge.net>2006-12-11 23:03:39 +0000
commit8b6e9206c76427edd9527bd0f0ddab63e9a58865 (patch)
tree104e583598d1c1be0804afad1a71c0058a69bc75
parent605be7d03c7b9f4d71c2985eb58be036b6098e54 (diff)
sign fix
svn path=/trunk/externals/pidip/; revision=6806
-rw-r--r--include/pdp_streaming.h2
1 files changed, 1 insertions, 1 deletions
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;