<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -176,7 +176,7 @@ static VALUE exporter_save_settings(VALUE obj, VALUE filepath)
   if (!file) {
     rb_raise(eQuickTime, &quot;Unable to open file for saving at %s.&quot;, RSTRING(filepath)-&gt;ptr);
   }
-  fwrite(&amp;settings, GetHandleSize((Handle)settings), 1, file);
+  fwrite(*settings, GetHandleSize((Handle)settings), 1, file);
   fclose(file);
   
   return Qnil;</diff>
      <filename>ext/exporter.c</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>spec/fixtures/settings.st</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5237b8a3bc802f112b2b40e6852cfb09b5103e1a</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/rmov/commit/083814a5cd8e920a3a52f59256b32bcd2fc082b5</url>
  <id>083814a5cd8e920a3a52f59256b32bcd2fc082b5</id>
  <committed-date>2009-07-28T16:00:52-07:00</committed-date>
  <authored-date>2009-07-28T16:00:52-07:00</authored-date>
  <message>fixing export process of saving settings to file - closes #8</message>
  <tree>9bf99ffb9c4033a186842109caa17894b665c5b3</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
