aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
commitbf6d0609625714ed52acf19a007a378645de2faa (patch)
tree90043f233bffdd86898813e0fe7cb92582b8459a /include
parent5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (diff)
PiDiP v 0.12.17
svn path=/trunk/externals/pidip/; revision=2272
Diffstat (limited to 'include')
-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 648c0c6..6f3f038 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
- unsigned int clength;
+ int clength;
} t_hpacket;