mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:10:11 +01:00
fixed tnef parameters
This commit is contained in:
parent
e408305668
commit
8d71cdc9aa
@ -162,7 +162,7 @@ int extract_tnef(struct session_data *sdata, struct _state *state, char *filenam
|
|||||||
|
|
||||||
if(mkdir(tmpdir, 0700)) return rc;
|
if(mkdir(tmpdir, 0700)) return rc;
|
||||||
|
|
||||||
snprintf(buf, sizeof(buf)-1, "%s -C %s %s", HAVE_TNEF, tmpdir, filename);
|
snprintf(buf, sizeof(buf)-1, "%s --unix-paths -C %s %s", HAVE_TNEF, tmpdir, filename);
|
||||||
|
|
||||||
system(buf);
|
system(buf);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user