From bb693d8a5f9576b830f7099f62de83fb33b51fbc Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Wed, 24 Sep 2008 20:33:32 +0000 Subject: Upgrade to 20080825. --- .../files/patch-pcbnew__class_module.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'cad/kicad-devel/files/patch-pcbnew__class_module.cpp') diff --git a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp b/cad/kicad-devel/files/patch-pcbnew__class_module.cpp index 6ba99924cdf3..ff0cbbf80cb3 100644 --- a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp +++ b/cad/kicad-devel/files/patch-pcbnew__class_module.cpp @@ -1,11 +1,11 @@ ---- ./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,", "); +--- ./pcbnew/class_module.cpp.orig 2008-08-09 11:05:42.000000000 +0200 ++++ ./pcbnew/class_module.cpp 2008-09-20 22:18:34.000000000 +0200 +@@ -1060,7 +1060,7 @@ + pos += 6; + 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, ", " ); -- cgit v1.2.3