Changeset: acc2cfbc3ba4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=acc2cfbc3ba4
Modified Files:
        monetdb5/extras/rdf/rdfschema.c
Branch: rdf
Log Message:

ensure same height of tables, necessary for layouting


diffs (13 lines):

diff --git a/monetdb5/extras/rdf/rdfschema.c b/monetdb5/extras/rdf/rdfschema.c
--- a/monetdb5/extras/rdf/rdfschema.c
+++ b/monetdb5/extras/rdf/rdfschema.c
@@ -6736,6 +6736,9 @@ str printFullSampleData(CSSampleExtend *
                                GDKfree(propStr);
                        }
                        fprintf(fout, "\n");
+               } else {
+                       // we have to print an empty row to ensure that all 
tables have the same height, this simplifies the survey layouting in a 
spreadsheet programm
+                       fprintf(fout, "\n");
                }
 
                //List of columns
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to