aboutsummaryrefslogtreecommitdiff
path: root/chinese/qterm/files/patch-qterm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/qterm/files/patch-qterm.cpp')
-rw-r--r--chinese/qterm/files/patch-qterm.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/chinese/qterm/files/patch-qterm.cpp b/chinese/qterm/files/patch-qterm.cpp
deleted file mode 100644
index de9f77143912..000000000000
--- a/chinese/qterm/files/patch-qterm.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- qterm.cpp.orig Thu Oct 25 22:28:43 2001
-+++ qterm.cpp Tue Feb 19 09:37:37 2002
-@@ -340,8 +340,8 @@
- }
- else if(stat( strGlobal+"/qterm.cfg",&st)== 0)
- {
-- strCmd="/bin/cp"+strGlobal;
-- strCmd+="qterm.cfg ";
-+ strCmd="/bin/cp "+strGlobal;
-+ strCmd+="/qterm.cfg ";
- strCmd+=strMain;
- if( system(strCmd)<0 )
- {
-@@ -382,7 +382,7 @@
- else if(stat( strGlobal+"/pic",&st)== 0)
- {
- strCmd="/bin/cp -fr "+strGlobal;
-- strCmd+="/pic";
-+ strCmd+="/pic ";
- strCmd+=strMain;
- if( system(strCmd)<0 )
- {