Revision: 54948
http://brlcad.svn.sourceforge.net/brlcad/?rev=54948&view=rev
Author: carlmoore
Date: 2013-03-28 19:45:55 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
modify messages for can't open
Modified Paths:
--------------
brlcad/trunk/src/anim/chan_permute.c
Modified: brlcad/trunk/src/anim/chan_permute.c
===================================================================
--- brlcad/trunk/src/anim/chan_permute.c 2013-03-28 18:04:14 UTC (rev
54947)
+++ brlcad/trunk/src/anim/chan_permute.c 2013-03-28 19:45:55 UTC (rev
54948)
@@ -101,14 +101,14 @@
if (BU_STR_EQUAL(argv[i], "stdin"))
x->file = stdin;
else if (!(x->file = fopen(argv[i], "rb")))
- fprintf(stderr, "Channel: can't open %s\n", argv[i]);
+ fprintf(stderr, "Channel: can't open %s for reading\n",
argv[i]);
} else if (argv[i][1] == 'o') {
i++;
(x)->i_o = 0;
if (BU_STR_EQUAL(argv[i], "stdout"))
x->file = stdout;
else if (!(x->file = fopen(argv[i], "wb")))
- fprintf(stderr, "Channel: can't write to %s\n", argv[i]);
+ fprintf(stderr, "Channel: can't open %s for writing\n",
argv[i]);
} else {
fprintf(stderr, "Illegal option %c\n", argv[i][1]);
bu_exit(-1, NULL);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits