mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix bug#1138.
This commit is contained in:
parent
999f8a3feb
commit
378b313f58
3 changed files with 17 additions and 3 deletions
|
@ -194,7 +194,8 @@ generate_photo_id(PKT_public_key *pk,const char *photo_name)
|
|||
}
|
||||
|
||||
/* Returns 0 for error, 1 for valid */
|
||||
int parse_image_header(const struct user_attribute *attr,byte *type,u32 *len)
|
||||
int
|
||||
parse_image_header(const struct user_attribute *attr,byte *type,u32 *len)
|
||||
{
|
||||
u16 headerlen;
|
||||
|
||||
|
@ -229,7 +230,8 @@ int parse_image_header(const struct user_attribute *attr,byte *type,u32 *len)
|
|||
make sure it is not too big (see parse-packet.c:parse_attribute).
|
||||
Extensions should be 3 characters long for the best cross-platform
|
||||
compatibility. */
|
||||
char *image_type_to_string(byte type,int style)
|
||||
char *
|
||||
image_type_to_string(byte type,int style)
|
||||
{
|
||||
char *string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue