]> git.pld-linux.org Git - packages/expect.git/blob - expect-format.patch
- rel 3; fix format
[packages/expect.git] / expect-format.patch
1 --- expect5.45/exp_clib.c~      2010-09-01 00:20:27.000000000 +0200
2 +++ expect5.45/exp_clib.c       2014-06-03 10:51:24.193073887 +0200
3 @@ -1476,8 +1476,8 @@
4       char *str;
5  {
6    if (exp_is_debugging) {
7 -    fprintf(stderr,str);
8 -    if (exp_logfile) fprintf(exp_logfile,str);
9 +    fprintf(stderr,"%s",str);
10 +    if (exp_logfile) fprintf(exp_logfile,"%s",str);
11    }
12  }
13  
This page took 0.049131 seconds and 3 git commands to generate.