dia r3977 - trunk/plug-ins/dxf
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r3977 - trunk/plug-ins/dxf
- Date: Fri, 2 May 2008 14:12:02 +0100 (BST)
Author: hans
Date: Fri May 2 13:12:01 2008
New Revision: 3977
URL: http://svn.gnome.org/viewvc/dia?rev=3977&view=rev
Log:
2008-05-02 Hans Breuer <hans breuer org>
* plug-ins/dxf/dxf-export.c : the TABLES section was missing the
TABLE start, should fix bug #528741
Modified:
trunk/plug-ins/dxf/dxf-export.c
Modified: trunk/plug-ins/dxf/dxf-export.c
==============================================================================
--- trunk/plug-ins/dxf/dxf-export.c (original)
+++ trunk/plug-ins/dxf/dxf-export.c Fri May 2 13:12:01 2008
@@ -562,7 +562,7 @@
fprintf(file, " 0\nENDSEC\n");
/* write layer description */
- fprintf(file,"0\nSECTION\n2\nTABLES\n");
+ fprintf(file,"0\nSECTION\n2\nTABLES\n0\nTABLE\n");
for (i=0; i<data->layers->len; i++) {
layer = (Layer *) g_ptr_array_index(data->layers, i);
fprintf(file,"0\nLAYER\n2\n%s\n",layer->name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]