diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2007-12-01 06:44:38 +0000 |
---|---|---|
committer | Theodore Kilgore <kilgota@auburn.edu> | 2007-12-01 06:44:38 +0000 |
commit | a25a3dfa205b280f5950e175fb76d171e5c573d2 (patch) | |
tree | d61be0a317d5940b19a4c3811515e218c88dde59 | |
parent | c83e82641d1853a3764df97fda75721b81447b37 (diff) | |
download | libgphoto2-a25a3dfa205b280f5950e175fb76d171e5c573d2.tar.gz |
Small oops in camlibs/aox/aox.c corrected
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10882 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r-- | camlibs/aox/aox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/aox/aox.c b/camlibs/aox/aox.c index 6c8cbbf5e..2af6809fc 100644 --- a/camlibs/aox/aox.c +++ b/camlibs/aox/aox.c @@ -38,7 +38,7 @@ int aox_init (GPPort *port, Model *model, Info *info) { - char c[4]; + char c[16]; unsigned char hi[2]; unsigned char lo[2]; memset(c,0,sizeof(c)); |