summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar ddennedy 2006-04-09 02:25:22 +0000
committerGravatar ddennedy 2006-04-09 02:25:22 +0000
commit45503d30d39110d54b4a95d7bc18d793042dd3bb (patch)
tree292aad9889b1d3ce0581ca926e4ad58e04ca5f66 /tools
parentadd release notes (diff)
cleanup some compiler warnings
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@165 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'tools')
-rw-r--r--tools/sendiso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sendiso.c b/tools/sendiso.c
index 4e2abcc..32ce4ce 100644
--- a/tools/sendiso.c
+++ b/tools/sendiso.c
@@ -143,7 +143,7 @@ void send_file_once(raw1394handle_t handle, int file)
int count, i, ret;
unsigned channel, tag, sy;
size_t length;
- static char buffer[BUF_SIZE + BUF_HEAD];
+ static unsigned char buffer[BUF_SIZE + BUF_HEAD];
static unsigned int counter = 0;
static int inited = 0;