mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-03 15:40:32 +00:00
mdeliver: typo
This commit is contained in:
parent
cf594afb83
commit
d6b34e26b1
@ -37,7 +37,7 @@ gethost() {
|
||||
gethostname(host, sizeof host);
|
||||
// termination not posix guaranteed
|
||||
host[sizeof host - 1] = 0;
|
||||
// replace / and : with _
|
||||
// replace / and : with -
|
||||
char *s;
|
||||
for (s = host; *s; s++)
|
||||
if (*s == '/' || *s == ':')
|
||||
|
Loading…
Reference in New Issue
Block a user