~ubuntu-branches/ubuntu/raring/bc/raring-proposed

« back to all changes in this revision

Viewing changes to dc/misc.c

  • Committer: Bazaar Package Importer
  • Author(s): John G. Hasler
  • Date: 2009-10-15 12:17:23 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091015121723-m7ve86o6ys2ud0eg
Tags: 1.06.95-2
Fixed errors in debian/rules that prevented info files from
being correctly generated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
                fprintf(fp, "'%c' (%#o)%s", (unsigned int) id, id, suffix);
92
92
        else
93
93
                fprintf(fp, "%#o%s", (unsigned int) id, suffix);
94
 
        checkferror_output(fp);
95
94
}
96
95
 
97
96