Revision 10021 trunk/libraries/libDwg/src/com/iver/cit/jdwglib/dwg/DwgUtil.java

View differences:

DwgUtil.java
279 279
		} else if (type==0x02) {
280 280
			val = 0.0;
281 281
		} else {
282
			System.out.println("Bad type at bit offset: " + offset);
282
			System.out.println("Bad type " + type + " at bit offset: " + offset);
283 283
		}
284 284
		v.add(new Integer(offset+read));
285 285
		v.add(new Double(val));

Also available in: Unified diff