aboutsummaryrefslogtreecommitdiffstats
path: root/community/ciwiki/musl.patch
blob: 7ed9038f9bc8eabe0b9c50b65f82abc420ea9fae (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/ci.c
+++ b/src/ci.c
@@ -175,7 +175,7 @@ main(int argc, char **argv)
         if( toupper(getchar()) == 'Y'){
           create_htmlHome=1;
           fprintf(stderr,"Redirection to /html/index.html is enabled.\n");
-          stdin = freopen(NULL,"r",stdin); //cleanup stdin to remove \n
+          freopen(NULL,"r",stdin); //cleanup stdin to remove \n
         }
         else {
           fprintf(stderr,"\nCanceled!\n");