1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

image file system feature and filetype for RISC OS

This commit is contained in:
Stefan Bellon 2002-06-20 15:43:19 +00:00
parent a4d654c548
commit 4dcd984b28
8 changed files with 64 additions and 0 deletions

View file

@ -273,6 +273,11 @@ void show_photos(const struct user_attribute *attrs,
goto fail;
}
#ifdef __riscos__
riscos_set_filetype(spawn->tempfile_in,
image_type_to_string(args.imagetype,2));
#endif
m_free(name);
fwrite(&attrs[i].data[offset],attrs[i].len-offset,1,spawn->tochild);