~ubuntu-branches/ubuntu/lucid/ncbi-tools6/lucid

« back to all changes in this revision

Viewing changes to corelib/ncbienv.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2002-04-04 22:13:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020404221309-ozxf0jg82nb8ud7h
Tags: 6.1.20011220a-2
Whoops, ncbi-data should replace pre-split versions of ncbi-tools6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
    if (fp == NULL) {
690
690
      path[0] = '\0';
691
691
      pth = getenv ("NCBI");
 
692
      if (pth == NULL)
 
693
        pth = "/etc/ncbi";
692
694
      if (pth != NULL) {
693
695
        Nlm_FileBuildPath(path, pth, str + 1);
694
696
        fp = Nlm_FileOpen (path, "r");