Revision: 51754
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51754&view=rev
Author:   carlmoore
Date:     2012-08-02 18:41:37 +0000 (Thu, 02 Aug 2012)
Log Message:
-----------
added 'input' to message about being unable to open file

Modified Paths:
--------------
    brlcad/trunk/src/conv/3dm/3dm-g.cpp

Modified: brlcad/trunk/src/conv/3dm/3dm-g.cpp
===================================================================
--- brlcad/trunk/src/conv/3dm/3dm-g.cpp 2012-08-02 17:41:02 UTC (rev 51753)
+++ brlcad/trunk/src/conv/3dm/3dm-g.cpp 2012-08-02 18:41:37 UTC (rev 51754)
@@ -242,7 +242,7 @@
 
     FILE* archive_fp = ON::OpenFile(inputFileName, "rb");
     if ( !archive_fp ) {
-       dump->Print("  Unable to open file.\n" );
+       dump->Print("  Unable to open input file.\n" );
     }
 
     // create achive object from file pointer

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to