Revision: 55195
http://brlcad.svn.sourceforge.net/brlcad/?rev=55195&view=rev
Author: carlmoore
Date: 2013-04-19 21:11:38 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
insert program name into warning message
Modified Paths:
--------------
brlcad/trunk/src/sig/d-i.c
Modified: brlcad/trunk/src/sig/d-i.c
===================================================================
--- brlcad/trunk/src/sig/d-i.c 2013-04-19 20:54:34 UTC (rev 55194)
+++ brlcad/trunk/src/sig/d-i.c 2013-04-19 21:11:38 UTC (rev 55195)
@@ -86,8 +86,8 @@
}
if ( clip_low != 0 || clip_high != 0 )
- fprintf( stderr, "Warning: Clipped %d high, %d low\n",
- clip_high, clip_low );
+ fprintf( stderr, "%s: warning: clipped %d high, %d low\n",
+ argv[0], clip_high, clip_low );
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits