comparison src/oct-stream.cc @ 2127:6c8706cd60fb

[project @ 1996-05-12 21:58:37 by jwe]
author jwe
date Sun, 12 May 1996 21:58:37 +0000
parents bc6ecd8f1175
children c4a887694274
comparison
equal deleted inserted replaced
2126:d5f574877f59 2127:6c8706cd60fb
887 if (skip != 0) 887 if (skip != 0)
888 seek (skip, ios::cur); 888 seek (skip, ios::cur);
889 889
890 if (is) 890 if (is)
891 { 891 {
892 double tmp; 892 double tmp = 0.0;
893 893
894 switch (dt) 894 switch (dt)
895 { 895 {
896 case dt_char: 896 case dt_char:
897 do_read_elem (is, char, tmp); 897 do_read_elem (is, char, tmp);