<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/drivers/cdrom</tt></b></td></tr>
<tr><td><tt><a href="#file1">cd_osx.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">2cc6c50d0dd2 -> 66e5113d4155</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;" >
Fix read sector type on OS X (oops)
</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/drivers/cdrom</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>cd_osx.c</b></big> <small id="info" style="color: #888888;" >2cc6c50d0dd2 -> 66e5113d4155</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/cdrom/cd_osx.c
+++ lxdream/src/drivers/cdrom/cd_osx.c
@@ -162,7 +162,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         dk_cd_read_t readcd;
         memset( &readcd, 0, sizeof(readcd) );
         readcd.buffer = buf;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        readcd.sectorType = CDROM_READ_TYPE(mode);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        readcd.sectorType = CDROM_READ_TYPE(mode)<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > >> 2</span>;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
         cdrom_track_t track = cdrom_disc_get_track_by_lba(disc,lba);
         if( track == NULL ) {
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>