summaryrefslogtreecommitdiff
path: root/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-12-25 18:08:35 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-12-25 18:08:35 +0000
commitafb807d9d30ccc00d4d405ac34eacd3cb03ec95e (patch)
treed4b2e9417e0d5fb61aefb979eafa08d2fb65b80e /cad/kicad-devel/files/patch-pcbnew__class_module.cpp
parentUpdate to 0.8.1.c. (diff)
Upgrade to 2005-12-22.
Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
Notes
Notes: svn path=/head/; revision=152021
Diffstat (limited to 'cad/kicad-devel/files/patch-pcbnew__class_module.cpp')
-rw-r--r--cad/kicad-devel/files/patch-pcbnew__class_module.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp b/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
index dca5f8978336..6ba99924cdf3 100644
--- a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
+++ b/cad/kicad-devel/files/patch-pcbnew__class_module.cpp
@@ -1,9 +1,9 @@
---- ./pcbnew/class_module.cpp.orig Fri Sep 9 12:22:06 2005
-+++ ./pcbnew/class_module.cpp Thu Dec 1 23:15:31 2005
-@@ -1017,7 +1017,7 @@
+--- ./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");