--- a/src/loader.c Mon Jul 14 07:44:42 2008 +0000 +++ b/src/loader.c Tue Oct 14 08:44:37 2008 +0000 @@ -108,7 +108,7 @@ void file_load_postload( const gchar *filename, int pc ) { const gchar *bootstrap_file = lxdream_get_config_value(CONFIG_BOOTSTRAP); - if( bootstrap_file != NULL ) { + if( bootstrap_file != NULL && bootstrap_file[0] != '\0' ) { /* Load in a bootstrap before the binary, to initialize everything * correctly */