~ubuntu-branches/debian/stretch/lvm2/stretch

« back to all changes in this revision

Viewing changes to lib/format_text/tags.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (30.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140819153706-0p2sc6a53ef7xnvl
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
char *alloc_printed_tags(struct dm_list *tagsl)
23
23
{
24
 
        struct str_list *sl;
 
24
        struct dm_str_list *sl;
25
25
        int first = 1;
26
26
        size_t size = 0;
27
27
        char *buffer, *buf;