[59412] trunk/dports/sysutils/tmux/files/osdep-darwin.c.diff

toby at macports.org toby at macports.org
Wed Oct 14 13:13:48 PDT 2009


Revision: 59412
          http://trac.macports.org/changeset/59412
Author:   toby at macports.org
Date:     2009-10-14 13:13:46 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
style fix

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/files/osdep-darwin.c.diff

Modified: trunk/dports/sysutils/tmux/files/osdep-darwin.c.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/osdep-darwin.c.diff	2009-10-14 20:11:00 UTC (rev 59411)
+++ trunk/dports/sysutils/tmux/files/osdep-darwin.c.diff	2009-10-14 20:13:46 UTC (rev 59412)
@@ -31,5 +31,5 @@
  
 -	return (strdup(kp.kp_proc.p_comm));
 +	p = strrchr(name, '/');
-+	return strdup(p ? p + 1 : name);
++	return (strdup(p ? p + 1 : name));
  }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/1641f398/attachment.html>


More information about the macports-changes mailing list