<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -74,9 +74,9 @@ static int entry_cmp(const struct browser_entry *a, const struct browser_entry *
 	if (a-&gt;type == BROWSER_ENTRY_DIR) {
 		if (b-&gt;type == BROWSER_ENTRY_FILE)
 			return -1;
-		if (!strcmp(a-&gt;name, &quot;..&quot;))
+		if (!strcmp(a-&gt;name, &quot;../&quot;))
 			return -1;
-		if (!strcmp(b-&gt;name, &quot;..&quot;))
+		if (!strcmp(b-&gt;name, &quot;../&quot;))
 			return 1;
 		return strcmp(a-&gt;name, b-&gt;name);
 	}</diff>
      <filename>browser.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5ffd038ebe01331deccc506a94f76b0fefd7c833</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Fuller</name>
    <email>qartis@gmail.com</email>
  </author>
  <url>http://github.com/JasonWoof/cmus-unofficial/commit/67ed2551c031cb6e8846f74b81b25310cf7c4560</url>
  <id>67ed2551c031cb6e8846f74b81b25310cf7c4560</id>
  <committed-date>2007-06-04T07:56:42-07:00</committed-date>
  <authored-date>2007-06-04T07:56:42-07:00</authored-date>
  <message>browse: Keep &quot;..&quot; sorted on top</message>
  <tree>2c51da792d0c75afbbd80190fe7108c4d98cf8b5</tree>
  <committer>
    <name>Timo Hirvonen</name>
    <email>tihirvon@gmail.com</email>
  </committer>
</commit>
