Thanks for the quick fix, Allin! Best, Artur
Am 17.12.2016 um 17:54 schrieb Allin Cottrell: > On Sat, 17 Dec 2016, Artur Tarassow wrote: > >> Dear all, >> >> the following example where S is an array of strings but a single >> entry is 'null' triggers a crash of gretl (using current git on Ubuntu >> 16.10). >> >> <hansl> >> clear >> matrix M = mnormal(2,2) >> strings S = array(2) >> S[1] = "col1" >> colnames(M, S) >> plot M >> options with-lines time-series >> end plot --output=display >> </hansl> > > Thanks for the report, Artur. That's now fixed in git and snapshots. > > Allin > > _______________________________________________ > Gretl-devel mailing list > Gretl-devel(a)lists.wfu.edu > http://lists.wfu.edu/mailman/listinfo/gretl-devel
