X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-server.c;h=62c02cc2cc22e3d6547dc7425828ca245cb0d7bd;hp=2cac1177209caf16d7cafb6b2394e384490352e0;hb=ded32923a25488449be27687013845d7fa0e9e5e;hpb=629eaa8969f997cd15010bdb0c285cdf3dc5fe0a diff --git a/src/ttt-server.c b/src/ttt-server.c index 2cac117..62c02cc 100644 --- a/src/ttt-server.c +++ b/src/ttt-server.c @@ -67,7 +67,7 @@ main (int argc, char **argv) ttt_args_parse (&args, argc, argv); if (args.log_file) - stderr = xfreopen (args.log_file, "a", stderr); + xfreopen (args.log_file, "a", stderr); socket = ttt_socket_create_server (args.host, args.port);