--- a/src/loader.c Mon Jul 14 07:44:42 2008 +0000 +++ b/src/loader.c Mon Dec 22 09:51:11 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 */