~ubuntu-branches/ubuntu/intrepid/libgd2/intrepid-updates

« back to all changes in this revision

Viewing changes to wbmp.c

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-06 21:15:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070206211532-p00rbx2wak0ls19y
Tags: 2.0.34~rc1-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Drop unnecessary build dependency 'gnulib'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
   **
243
243
   ** Why not just giving a filedescriptor to this function?
244
244
   ** Well, the incentive to write this function was the complete
245
 
   ** integration in gd library from www.boutell.com. They use
 
245
   ** integration in gd library from www.libgd.org. They use
246
246
   ** their own io functions, so the passing of a function seemed to be 
247
247
   ** a logic(?) decision ...
248
248
   **