From: Guido Vranken Date: Fri, 23 Jun 2017 14:33:10 +0000 (+0200) Subject: IO abstractions in list.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544100783d955fbd01fddf108d58848c66d9f7e4;p=thirdparty%2Fopenvpn.git IO abstractions in list.c --- diff --git a/src/openvpn/list.c b/src/openvpn/list.c index edca6f796..acbe08795 100644 --- a/src/openvpn/list.c +++ b/src/openvpn/list.c @@ -414,7 +414,7 @@ list_test(void) int bi; char c; - if (!fgets(buf, sizeof(buf), stdin)) + if (!platform_fgets(buf, sizeof(buf), stdin)) { break; }