~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to db/fprint.c

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090506112918-uzoyzcp90rtr8td7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "fprint.h"
25
25
#include "field.h"
26
26
#include "inode.h"
27
 
#include "inobt.h"
 
27
#include "btblock.h"
28
28
#include "bit.h"
29
29
#include "print.h"
30
30
#include "output.h"
95
95
                if (array)
96
96
                        dbprintf("%d:", i + base);
97
97
                if ((arg & FTARG_DONULL) && isnull)
98
 
                        dbprintf("null");
 
98
                        dbprintf(_("null"));
99
99
                else if (size > 32)
100
100
                        dbprintf(fmtstr, val);
101
101
                else