[BACK]Return to cddb.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cddb.c between version 1.1 and 1.2

version 1.1, 2002/04/18 20:18:31 version 1.2, 2002/04/18 21:48:36
Line 353 
Line 353 
         result = NULL;          result = NULL;
 end:  end:
         if (cout)          if (cout)
             fclose(cout);                  fclose(cout);
         if (cin)          if (cin)
             fclose(cin);                  fclose(cin);
         if (s != -1)          if (s != -1)
             close(s);                  close(s);
         return result;          return result;
 }  }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2