]> mj.ucw.cz Git - libucw.git/blobdiff - images/color.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / images / color.c
index 036535c7483e9db024274c3454a20882a4d7ce56..e6846605681d45a4c955f30192113370445a542c 100644 (file)
@@ -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();