[BACK]Return to patch-parser_c CVS log [TXT][DIR] Up to [local] / ports / www / goaccess / patches

File: [local] / ports / www / goaccess / patches / Attic / patch-parser_c (download)

Revision 1.1.1.1 (vendor branch), Wed Jul 10 15:51:03 2013 UTC (10 years, 11 months ago) by kirby
Branch: kirby
CVS Tags: kirby_130710
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- parser.c.orig	Wed Jul 10 19:38:07 2013
+++ parser.c	Wed Jul 10 19:38:30 2013
@@ -677,7 +677,7 @@ parse_log (struct logger *logger, char *filename, char
    }
    /* definitely not portable! */
    if (piping)
-      stdin = freopen ("/dev/tty", "r", stdin);
+      freopen ("/dev/tty", "r", stdin);
 
    if (!piping)
       fclose (fp);