Ticket #89 (new enhancement)
Opened 2 years ago
Copy mode should retain the original seed file's extension
| Reported by: | wd | Owned by: | sam |
|---|---|---|---|
| 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
Change History
Changed 23 months ago by wd
- Attachment zzuf_fileext.patch added
Note: See
TracTickets for help on using
tickets.

Patch