diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /cad/kicad-devel/files/patch-pcbnew__class_module.cpp | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'cad/kicad-devel/files/patch-pcbnew__class_module.cpp')
-rw-r--r-- | cad/kicad-devel/files/patch-pcbnew__class_module.cpp | 11 |
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 ff0cbbf80cb3..000000000000 --- a/cad/kicad-devel/files/patch-pcbnew__class_module.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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, ", " ); |