forked from pool/expect
Accepting request 978082 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/978082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=32factory
commit
97e06b1fb0
@ -0,0 +1,13 @@
|
||||
--- exp_clib.c.orig
|
||||
+++ exp_clib.c
|
||||
@@ -1938,8 +1938,8 @@
|
||||
char *str;
|
||||
{
|
||||
if (exp_is_debugging) {
|
||||
- fprintf(stderr,str);
|
||||
- if (exp_logfile) fprintf(exp_logfile,str);
|
||||
+ fprintf(stderr, "%s", str);
|
||||
+ if (exp_logfile) fprintf(exp_logfile, "%s", str);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue