~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to utility/ftwl/text_renderer.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223220902-kiyrmr9i4152cka5
Tags: 2.2.0-1
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                         ft_kerning_default, &delta);
191
191
          pen.x += delta.x >> 6;
192
192
          if (0 && delta.x)
193
 
            freelog(LOG_NORMAL, "kerning between %c and %c is %ld in '%s'\n",
 
193
            freelog(LOG_VERBOSE, "kerning between %c and %c is %ld in '%s'\n",
194
194
                    text[i - 1], c, delta.x >> 6, text);
195
195
        }
196
196
 
205
205
        if (error) {
206
206
          freelog(LOG_ERROR, "can't render glyph for %d '%c': error=0x%x", c,
207
207
                  c, error);
208
 
          assert(0);
 
208
//        assert(0);
209
209
        }
210
210
 
211
211
        if (0)