Revision: 6940
http://playerstage.svn.sourceforge.net/playerstage/?rev=6940&view=rev
Author: jeremy_asher
Date: 2008-08-01 19:04:51 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
stage: improved color database error
Modified Paths:
--------------
code/stage/trunk/libstage/stage.cc
Property Changed:
----------------
code/stage/trunk/
Property changes on: code/stage/trunk
___________________________________________________________________
Modified: svn:ignore
- *.cmake
.DS_Store
.gdb_history
Makefile
config.h
config.h.in
libtool
ltmain.sh
missing
mkinstalldirs
stage.pc
stage.cpack
CMakeScripts
CMakeFiles
install_manifest.txt
CMakeCache.txt
package
build
Testing
+ *.cmake
.DS_Store
.gdb_history
.project
.cproject
Makefile
config.h
libtool
ltmain.sh
missing
mkinstalldirs
stage.pc
stage.cpack
CMakeScripts
CMakeFiles
install_manifest.txt
CMakeCache.txt
package
build
Testing
Modified: code/stage/trunk/libstage/stage.cc
===================================================================
--- code/stage/trunk/libstage/stage.cc 2008-08-01 18:49:44 UTC (rev 6939)
+++ code/stage/trunk/libstage/stage.cc 2008-08-01 19:04:51 UTC (rev 6940)
@@ -200,10 +200,9 @@
if( file == NULL )
{
- PRINT_ERR1("unable to open color database: %s",
- strerror(errno));
- // Can't fclose(NULL)
- //fclose(file);
+ PRINT_ERR1("unable to open color database: %s "
+ "(try adding rgb.txt's location to
your STAGEPATH)",
+ strerror(errno));
exit(0);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit