Mercurial > hg > octave-avbm
comparison src/load-save.cc @ 1097:3243a4f59937
[project @ 1995-02-13 03:22:28 by jwe]
author | jwe |
---|---|
date | Mon, 13 Feb 1995 03:22:28 +0000 |
parents | b8dd808bc61f |
children | 27cb099a7af9 |
comparison
equal
deleted
inserted
replaced
1096:aa777b1a585e | 1097:3243a4f59937 |
---|---|
1847 tc = ctmp; | 1847 tc = ctmp; |
1848 } | 1848 } |
1849 else | 1849 else |
1850 tc = re; | 1850 tc = re; |
1851 | 1851 |
1852 if (type == 1) | 1852 // XXX FIXME XXX -- this needs to change once strings really work. |
1853 | |
1854 if (type == 1 && nr == 1) | |
1853 tc = tc.convert_to_str (); | 1855 tc = tc.convert_to_str (); |
1854 | 1856 |
1855 return name; | 1857 return name; |
1856 | 1858 |
1857 data_read_error: | 1859 data_read_error: |