<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt><a href="#file1">main.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+6</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">90292b2f2243 -> 09a69dfc7931</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Actually report the error when the command-line disc or bin couldn't be loaded
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>main.c</b></big> <small id="info" style="color: #888888;" >90292b2f2243 -> 09a69dfc7931</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/main.c
+++ lxdream/src/main.c
@@ -284,8 +284,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 ERROR( "Multiple GD-ROM discs given on command-line, ignoring %s", argv[optind] );
             } else {
                 have_disc = gdrom_mount_image(argv[optind], &err);
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                if( !have_disc )
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                if( !have_disc )<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > {</span>
+                    ERROR( err.msg );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                     no_start = TRUE;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                }
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             }
         }
     }
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -296,8 +298,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             ERROR( "Both a save state and an executable were specified, ignoring %s", exec_name );
         } else {
             have_exec = file_load_exec( exec_name, &err );
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-            if( !have_exec )
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+            if( !have_exec )<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > {</span>
+                ERROR( err.msg );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 no_start = TRUE;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+            }
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         }
     }
 
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>