emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/mac.c


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/mac.c
Date: Tue, 08 Apr 2003 12:11:38 -0400

Index: emacs/src/mac.c
diff -c emacs/src/mac.c:1.15 emacs/src/mac.c:1.16
*** emacs/src/mac.c:1.15        Tue Feb  4 09:03:12 2003
--- emacs/src/mac.c     Tue Apr  8 12:11:37 2003
***************
*** 2931,2942 ****
        q[0] = '\0';
  
        strcpy (p, app_bundle_pathname);
!       strcat (p, "/Contents/MacOS/bin");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
        strcat (q, p);
  
        strcpy (p, app_bundle_pathname);
!       strcat (p, "/Contents/MacOS/libexec");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
        {
          if (q[0] != '\0')
--- 2931,2942 ----
        q[0] = '\0';
  
        strcpy (p, app_bundle_pathname);
!       strcat (p, "/Contents/MacOS/libexec");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
        strcat (q, p);
  
        strcpy (p, app_bundle_pathname);
!       strcat (p, "/Contents/MacOS/bin");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
        {
          if (q[0] != '\0')




reply via email to

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