Revision: 54535
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54535&view=rev
Author:   carlmoore
Date:     2013-03-06 17:33:47 +0000 (Wed, 06 Mar 2013)
Log Message:
-----------
insert space before a left parenthesis

Modified Paths:
--------------
    brlcad/trunk/src/fb/bw-fb.c

Modified: brlcad/trunk/src/fb/bw-fb.c
===================================================================
--- brlcad/trunk/src/fb/bw-fb.c 2013-03-06 16:51:16 UTC (rev 54534)
+++ brlcad/trunk/src/fb/bw-fb.c 2013-03-06 17:33:47 UTC (rev 54535)
@@ -164,7 +164,7 @@
        ifname = bu_realpath(file_name, NULL);
        if ((infd = open(ifname, 0)) < 0) {
            fprintf(stderr,
-                         "bw-fb: cannot open \"%s(canonical %s)\" for 
reading\n",
+                         "bw-fb: cannot open \"%s (canonical %s)\" for 
reading\n",
                          file_name,ifname);
            bu_free(ifname,"ifname alloc from bu_realpath");
            return 0;

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to