summaryrefslogtreecommitdiff
path: root/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /cad/kicad-devel/files/patch-pcbnew__class_module.cpp
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'cad/kicad-devel/files/patch-pcbnew__class_module.cpp')
-rw-r--r--cad/kicad-devel/files/patch-pcbnew__class_module.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp b/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
deleted file mode 100644
index 6ba99924cdf3..000000000000
--- a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./pcbnew/class_module.cpp.orig Mon Dec 5 09:47:56 2005
-+++ ./pcbnew/class_module.cpp Sun Dec 25 16:55:30 2005
-@@ -1020,7 +1020,7 @@
- pos += 14;
- if ( flag ) // Affichage date de modification (utile en Module Editor)
- {
-- strcpy(Line, ctime(&m_LastEdit_Time));
-+ strcpy(Line, ctime((time_t*) &m_LastEdit_Time));
- strtok(Line," \n\r");
- strcpy( bufcar, strtok(NULL," \n\r") ); strcat(bufcar," ");
- strcat( bufcar, strtok(NULL," \n\r") ); strcat(bufcar,", ");