From 9b65b8182769c7cf993e256444d331ffec9f2d02 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 1 Mar 2011 09:47:10 +0100 Subject: Documentation added --- test/grab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/grab.c b/test/grab.c index aeed8c6..e2973dc 100644 --- a/test/grab.c +++ b/test/grab.c @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) uint16_t *buffer = (uint16_t *) malloc(width * height * 2); cam->start_recording(cam); - cam->grab(cam, (char *) buffer, width*height*2); + cam->grab(cam, (char *) buffer); cam->stop_recording(cam); uca_destroy(uca); -- cgit v1.2.3