[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.20 and 1.21

version 1.20, 2015/01/16 06:40:06 version 1.21, 2017/12/06 17:15:43
Line 94 
Line 94 
         for (i = 0; i < n; i++)          for (i = 0; i < n; i++)
                 fprintf(f, " %lu", entry2frames(e+i));                  fprintf(f, " %lu", entry2frames(e+i));
         fprintf(f, " %lu\r\n", (entry2frames(e+n)-entry2frames(e)) /75);          fprintf(f, " %lu\r\n", (entry2frames(e+n)-entry2frames(e)) /75);
           fflush(cout);
 }  }
   
 #define MAXSIZE 256  #define MAXSIZE 256
Line 285 
Line 286 
         }          }
   
         send_query(cout, n, e);          send_query(cout, n, e);
         fflush(cout);  
         line = get_answer(cin);          line = get_answer(cin);
         if (!line) {          if (!line) {
                 warnx("cddb: problem in query");                  warnx("cddb: problem in query");

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21