X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fsig-init.c;h=34089216881b9df21dda913d211bc891ab49c087;hb=b9db3187d404ffec3840f9a3ffc237fb9523de79;hp=3cb8cab008cb319f3b900036261baab42e90bda7;hpb=1aef93f0ed9d05fe4825ff635d49f37d89c2a70c;p=libucw.git diff --git a/images/sig-init.c b/images/sig-init.c index 3cb8cab0..34089216 100644 --- a/images/sig-init.c +++ b/images/sig-init.c @@ -9,9 +9,9 @@ #undef LOCAL_DEBUG -#include "lib/lib.h" -#include "lib/fastbuf.h" -#include "lib/conf.h" +#include "ucw/lib.h" +#include "ucw/fastbuf.h" +#include "ucw/conf.h" #include "images/images.h" #include "images/math.h" #include "images/error.h" @@ -188,7 +188,7 @@ image_sig_finish(struct image_sig_data *data, struct image_signature *sig) sig->flags = data->flags; if (!sig->len) return; - + /* For each region */ u64 w_total = 0; uns w_border = MIN(data->cols, data->rows) * image_sig_border_size;