emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108986: * src/nsterm.m (ns_exec_path


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108986: * src/nsterm.m (ns_exec_path): Fix typo in previous
Date: Mon, 09 Jul 2012 21:25:07 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108986
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-09 21:25:07 -0400
message:
  * src/nsterm.m (ns_exec_path): Fix typo in previous
modified:
  src/nsterm.m
=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2012-07-10 01:04:28 +0000
+++ b/src/nsterm.m      2012-07-10 01:25:07 +0000
@@ -335,10 +335,9 @@
   range = [resourceDir rangeOfString: @"Contents"];
   if (range.location != NSNotFound)
     {
+      binDir = [binDir stringByAppendingPathComponent: @"Contents"];
 #ifdef NS_IMPL_COCOA
       binDir = [binDir stringByAppendingPathComponent: @"MacOS"];
-#else
-      binDir = [binDir stringByAppendingPathComponent: @"Contents"];
 #endif
     }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]