| # | Line 214 | Line 214 | rmx_load(const char *inspec) | |
|---|---|---|
| 214 | return(NULL); | |
| 215 | dnew = rmx_from_cmatrix(cm); | |
| 216 | cm_free(cm); | |
| 217 | + | dnew->dtype = DTascii; |
| 218 | return(dnew); | |
| 219 | } | |
| 220 | /* else open it ourselves */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |