~ubuntu-branches/ubuntu/edgy/xfsprogs/edgy

« back to all changes in this revision

Viewing changes to io/file.c

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2005-03-30 10:52:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050330105207-fv1jw5r9d2fgwvew
Tags: 2.6.28-1
* New upstream release.
* Fix compilation with gcc version 4 (closes: #300544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2004 Silicon Graphics, Inc.  All Rights Reserved.
 
2
 * Copyright (c) 2004-2005 Silicon Graphics, Inc.  All Rights Reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms of version 2 of the GNU General Public License as
50
50
        int             index,
51
51
        int             braces)
52
52
{
53
 
        printf(_("%c%d%c %-14s (%s,%s,%s,%s%s%s)\n"),
 
53
        printf(_("%c%03d%c %-14s (%s,%s,%s,%s%s%s)\n"),
54
54
                braces? '[' : ' ', index, braces? ']' : ' ', file->name,
55
55
                file->flags & IO_FOREIGN ? _("foreign") : _("xfs"),
56
56
                file->flags & IO_OSYNC ? _("sync") : _("non-sync"),