Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Dec 3, 2024
1 parent 240bdc6 commit c3947a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions microemacs/src/dosterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ meSetupPathsAndUser(void)
evalResult[0] = '\0';
ll = 0;
}

/* Check for setting of $MEINSTALLPATH first, if set, check for $user-path and standard sub-dirs */
if(((ss = meGetenv ("MEINSTALLPATH")) != NULL) && (ss[0] != '\0'))
{
Expand All @@ -194,7 +193,6 @@ meSetupPathsAndUser(void)
ll = mePathAddSearchPath(ll,evalResult,buff,6,&gotUserPath);
}


/* also check for directories in the same location as the binary */
if((ss=meStrrchr(meProgName,DIR_CHAR)) != NULL)
{
Expand Down

0 comments on commit c3947a0

Please sign in to comment.