aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/weex/files/patch-src__log.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/weex/files/patch-src__log.c')
-rw-r--r--ftp/weex/files/patch-src__log.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/weex/files/patch-src__log.c b/ftp/weex/files/patch-src__log.c
deleted file mode 100644
index e94c8332ac12..000000000000
--- a/ftp/weex/files/patch-src__log.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/log.c.orig Mon Aug 18 11:52:38 2003
-+++ src/log.c Sun Oct 2 11:06:58 2005
-@@ -183,7 +183,7 @@
-
- fp=log_open();
- for(i=0;i<max_log;i++){
-- fprintf(fp,log_str[i]);
-+ fprintf(fp,"%s",log_str[i]);
- free(log_str[i]);
- }
- free(log_str);