diff options
author | Karel Zak | 2008-12-12 15:20:06 +0100 |
---|---|---|
committer | Karel Zak | 2008-12-12 15:20:06 +0100 |
commit | a7d70ba71593f60c71781b0870055fd169e80a17 (patch) | |
tree | 652767009b05970d19cdb09902ac4cda4509e79f /fdisk | |
parent | pg: add gettext call for the help string (diff) | |
download | kernel-qcow2-util-linux-a7d70ba71593f60c71781b0870055fd169e80a17.tar.gz kernel-qcow2-util-linux-a7d70ba71593f60c71781b0870055fd169e80a17.tar.xz kernel-qcow2-util-linux-a7d70ba71593f60c71781b0870055fd169e80a17.zip |
fdisk: remove unnecessary gettext call
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk')
-rw-r--r-- | fdisk/fdisksgilabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c index 6dd2e1e7e..9f87751d3 100644 --- a/fdisk/fdisksgilabel.c +++ b/fdisk/fdisksgilabel.c @@ -465,7 +465,7 @@ verify_sgi(int verbose) if (verbose) printf(_("One Partition (#11) should cover the entire disk.\n")); if (debug>2) - printf(_("sysid=%d\tpartition=%d\n"), + printf("sysid=%d\tpartition=%d\n", sgi_get_sysid(Index[0]), Index[0]+1); } for (i=1, start=0; i<sortcount; i++) { |