X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fcolor.c;h=e6846605681d45a4c955f30192113370445a542c;hb=b7ae681630e44b0a6d28ed441c2514dac80004e6;hp=036535c7483e9db024274c3454a20882a4d7ce56;hpb=9cf26a46c73eceeb44eaa577dadce4209f1e6e16;p=libucw.git diff --git a/images/color.c b/images/color.c index 036535c7..e6846605 100644 --- a/images/color.c +++ b/images/color.c @@ -331,7 +331,7 @@ main(void) #ifdef LOCAL_DEBUG #define CNT 1000000 #define TESTS 10 - byte *a = xmalloc(3 * CNT), *b = xmalloc_zero(3 * CNT); + byte *a = xmalloc(3 * CNT), *b = xmalloc(3 * CNT); for (uns i = 0; i < 3 * CNT; i++) a[i] = random_max(256); init_timer();