~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to libdm/regex/parse_rx.c

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                        printf("[");
68
68
                for (i = 0; i < 256; i++)
69
69
                        if (dm_bit(rx->charset, i)) {
70
 
                                if isprint(i)
 
70
                                if (isprint(i))
71
71
                                        printf("%c", (char) i);
72
72
                                else if (i == HAT_CHAR)
73
73
                                        printf("^");