Opened 13 years ago
#89 new enhancement
Copy mode should retain the original seed file's extension
Reported by: | WD | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | zzuf |
Description
zzuf's copy mode uses an mkstemp-ified temporary file. However, some applications rely on the file extension to determine what to do with it. To retain maximum compatibility with target applications, zzuf should retain the original file extension. e.g. via mkstemps()
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch