/[man-db]/man-db/libdb/db_lookup.c
ViewVC logotype

Diff of /man-db/libdb/db_lookup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by cjwatson, Wed Mar 12 13:22:47 2003 UTC revision 1.18 by cjwatson, Fri Sep 5 23:15:59 2003 UTC
# Line 273  datum make_content (struct mandata *in) Line 273  datum make_content (struct mandata *in)
273                  in->comp,                  in->comp,
274                  in->whatis);                  in->whatis);
275    
276          assert (strlen (cont.dptr) + 1 == cont.dsize);          assert (strlen (cont.dptr) + 1 == (size_t) cont.dsize);
277  #else /* !ANSI_SPRINTF */  #else /* !ANSI_SPRINTF */
278          sprintf (cont.dptr, "%s\t%s\t%s\t%ld\t%c\t%s\t%s\t%s\t%s",          sprintf (cont.dptr, "%s\t%s\t%s\t%ld\t%c\t%s\t%s\t%s\t%s",
279                   dash_if_unset (in->name),                   dash_if_unset (in->name),

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26