diff options
| author | 2006-04-09 02:25:22 +0000 | |
|---|---|---|
| committer | 2006-04-09 02:25:22 +0000 | |
| commit | 45503d30d39110d54b4a95d7bc18d793042dd3bb (patch) | |
| tree | 292aad9889b1d3ce0581ca926e4ad58e04ca5f66 /src | |
| parent | add 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 'src')
| -rw-r--r-- | src/eventloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eventloop.c b/src/eventloop.c index 5c3fc03..0ddd455 100644 --- a/src/eventloop.c +++ b/src/eventloop.c @@ -71,7 +71,7 @@ int raw1394_loop_iterate(struct raw1394_handle *handle) retval = handle->fcp_handler(handle, req.misc & 0xffff, req.misc >> 16, req.length, - (char *)handle->buffer); + (unsigned char *)handle->buffer); } break; |
