mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 12:10:12 +01:00
removed a stale debug message
This commit is contained in:
parent
dfdba3c7f7
commit
e408305668
@ -160,8 +160,6 @@ int extract_tnef(struct session_data *sdata, struct _state *state, char *filenam
|
|||||||
|
|
||||||
memcpy(&tmpdir[sizeof(tmpdir)-3], ".d", 2);
|
memcpy(&tmpdir[sizeof(tmpdir)-3], ".d", 2);
|
||||||
|
|
||||||
printf("tmpname: %s, filename: %s\n", tmpdir, filename);
|
|
||||||
|
|
||||||
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 -C %s %s", HAVE_TNEF, tmpdir, filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user