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

Diff for /mandoc/mdoc_html.c between version 1.43 and 1.44

version 1.43, 2009/10/30 18:53:08 version 1.44, 2009/10/31 06:10:58
Line 1115  mdoc_bl_pre(MDOC_ARGS)
Line 1115  mdoc_bl_pre(MDOC_ARGS)
   
         ord = malloc(sizeof(struct ord));          ord = malloc(sizeof(struct ord));
         if (NULL == ord) {          if (NULL == ord) {
                 fprintf(stderr, "memory exhausted\n");                  perror(NULL);
                 exit(EXIT_FAILURE);                  exit(EXIT_FAILURE);
         }          }
         ord->cookie = n;          ord->cookie = n;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb