Index: /OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfFile.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfFile.cpp (revision 4801)
+++ /OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfFile.cpp (revision 11112)
@@ -92,4 +92,5 @@
     } else if (cv._groupCode == 0 && s == std::string("EOF")) {
         return 0;
+    } else if (cv._groupCode == 999) {    // skip comments
     } else if (cv._groupCode == 2 && _isNewSection) {
         _isNewSection = false;
