~ubuntu-branches/ubuntu/feisty/libxfont/feisty-security

« back to all changes in this revision

Viewing changes to src/fc/fserve.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XdotOrg: xc/lib/font/fc/fserve.c,v 1.7 2005/07/08 19:53:05 ajax Exp $ */
 
1
/* $XdotOrg: lib/Xfont/src/fc/fserve.c,v 1.8 2005/07/09 06:36:12 keithp Exp $ */
2
2
/* $Xorg: fserve.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ */
3
3
/*
4
4
 
2366
2366
    _fs_free_props (&binfo->info);
2367
2367
 
2368
2368
    rep = (fsListFontsWithXInfoReply *) fs_get_reply (conn, &ret);
2369
 
    if (rep == 0)
 
2369
    if (!rep || rep->type == FS_Error)
2370
2370
    {
2371
2371
        if (ret == FSIO_BLOCK)
2372
2372
            return StillWorking;