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:
parent
a4d654c548
commit
4dcd984b28
8 changed files with 64 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue