Diff
Not logged in

Differences From Artifact [8ced81a2df]:

To Artifact [cc0f6d12d0]:


690
691
692
693
694
695
696

697
698
699
700
701
702
703
  while( zEditor==0 && i<count(azStdEd) ){
    if( fossil_app_on_path(azStdEd[i],0) ){
      zEditor = azStdEd[i];
    }else{
      i++;
    }
  }

  return zEditor;
}

/*
** Construct a temporary filename.
**
** The returned string is obtained from sqlite3_malloc() and must be







>







690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
  while( zEditor==0 && i<count(azStdEd) ){
    if( fossil_app_on_path(azStdEd[i],0) ){
      zEditor = azStdEd[i];
    }else{
      i++;
    }
  }
  if( zEditor && is_false(zEditor) ) zEditor = 0;
  return zEditor;
}

/*
** Construct a temporary filename.
**
** The returned string is obtained from sqlite3_malloc() and must be