[BACK]Return to mandocdb.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandocdb.c between version 1.53 and 1.54

version 1.53, 2012/06/09 11:00:13 version 1.54, 2012/06/09 11:21:12
Line 509  main(int argc, char *argv[])
Line 509  main(int argc, char *argv[])
                          * turn off synchronous mode for much better                           * turn off synchronous mode for much better
                          * performance.                           * performance.
                          */                           */
   #ifndef __APPLE__
                         SQL_EXEC("PRAGMA synchronous = OFF");                          SQL_EXEC("PRAGMA synchronous = OFF");
   #endif
   
                         if (0 == ofmerge(mc, mp, dirs.paths[j]))                          if (0 == ofmerge(mc, mp, dirs.paths[j]))
                                 goto out;                                  goto out;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb