~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pith/text.c

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#if !defined(lint) && !defined(DOS)
2
 
static char rcsid[] = "$Id: text.c 971 2008-03-18 17:24:31Z hubert@u.washington.edu $";
 
2
static char rcsid[] = "$Id: text.c 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $";
3
3
#endif
4
4
 
5
5
/*
268
268
        wrapit = 0;             /* wrap already handled! */
269
269
        filters[filtcnt].filter = gf_html2plain;
270
270
        filters[filtcnt++].data = gf_html2plain_opt(NULL, column,
271
 
                                                    (flags & FM_NOINDENT)
 
271
                                                    (flags & (FM_NOINDENT | FM_HTML))
272
272
                                                      ? 0
273
273
                                                      : format_view_margin(),
274
274
                                                    handlesp, set_html_risk, opts);