X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fobject.c;h=0375fdd906e9fb503fb96a68707d2ce7f5dea963;hb=0e5c5828c3f3e1abd14bd012827e6b467075290b;hp=d817e1c92f10c519d087073e316c2f10fc5fd242;hpb=81653e0f25be18c124e0ef66e631ad95138cd8cf;p=libucw.git diff --git a/images/object.c b/images/object.c index d817e1c9..0375fdd9 100644 --- a/images/object.c +++ b/images/object.c @@ -87,7 +87,7 @@ error: void put_image_obj_signature(struct odes *o, struct image_signature *sig) { - /* signatures should be short enough to fit one attribute */ + /* signatures should be short enough to in a single attribute */ byte buf[MAX_ATTR_SIZE]; uns size = image_signature_size(sig->len); ASSERT(MAX_ATTR_SIZE > BASE224_ENC_LENGTH(size));