diff options
author | onefang | 2020-04-23 01:02:42 +1000 |
---|---|---|
committer | onefang | 2020-04-23 01:02:42 +1000 |
commit | e1fb81c263ae976a5574e8447bc1a2be0ff103d8 (patch) | |
tree | d9dbc671f24b47f367a47656314bb2fd71dd2b89 /src/sledjchisl/sledjchisl.c | |
parent | Typo-- (diff) | |
download | opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.zip opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.gz opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.bz2 opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.xz |
Quote email file.
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 32851f8..15f8d06 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -3335,7 +3335,7 @@ t("Write shs %s", tnm4); | |||
3335 | } | 3335 | } |
3336 | xclose(fd); | 3336 | xclose(fd); |
3337 | I("Sending linky email to %s %s", getStrH(Rd->stuff, "email"), t1); | 3337 | I("Sending linky email to %s %s", getStrH(Rd->stuff, "email"), t1); |
3338 | command = xmprintf("sendmail -oi -t <%s", file); | 3338 | command = xmprintf("sendmail -oi -t <'%s'", file); |
3339 | int i = system(command); | 3339 | int i = system(command); |
3340 | if (!WIFEXITED(i)) | 3340 | if (!WIFEXITED(i)) |
3341 | E("sendmail command failed!"); | 3341 | E("sendmail command failed!"); |