X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Fthing_actions.c;fp=src%2Fserver%2Fthing_actions.c;h=3542254b7d79082268cca727c65f3679a5f8511e;hb=d4ae3915f817fa25f938c5ab47cea2823ba5aaa9;hp=4889e5fea2cc5d221d53d006244dc2986d00a22d;hpb=8ffe86699061859b707a5054e32636d0212667e2;p=plomrogue diff --git a/src/server/thing_actions.c b/src/server/thing_actions.c index 4889e5f..3542254 100644 --- a/src/server/thing_actions.c +++ b/src/server/thing_actions.c @@ -48,9 +48,9 @@ static void playerbonus_use(uint8_t no_thing, uint8_t wrong_thing); static void update_log(char * text) { - send_to_outfile("LOG "); - send_to_outfile(text); - send_to_outfile("\n"); + send_to_outfile("LOG ", 0); + send_to_outfile(text, 0); + send_to_outfile("\n", 1); }