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

Diff for /mandoc/mandocdb.c between version 1.49.2.7 and 1.49.2.8

version 1.49.2.7, 2013/10/02 21:03:26 version 1.49.2.8, 2013/10/05 20:30:05
Line 620  index_merge(const struct of *of, struct mparse *mp,
Line 620  index_merge(const struct of *of, struct mparse *mp,
         uint64_t         vbuf[2];          uint64_t         vbuf[2];
         char             type;          char             type;
   
           static char      emptystring[] = "";
   
         if (warnings) {          if (warnings) {
                 files = NULL;                  files = NULL;
                 hash_reset(&files);                  hash_reset(&files);
Line 738  index_merge(const struct of *of, struct mparse *mp,
Line 740  index_merge(const struct of *of, struct mparse *mp,
                         val.data = NULL;                          val.data = NULL;
                         val.size = 0;                          val.size = 0;
                         if (0 == skip)                          if (0 == skip)
                                 val.data = "";                                  val.data = emptystring;
                         else {                          else {
                                 ch = (*files->get)(files, &key, &val, 0);                                  ch = (*files->get)(files, &key, &val, 0);
                                 if (ch < 0) {                                  if (ch < 0) {

Legend:
Removed from v.1.49.2.7  
changed lines
  Added in v.1.49.2.8

CVSweb