OSDN Git Service
(root)
/
android-x86
/
external-parted.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd6967
)
tests: avoid spurious failure due to extra space in diagnostic
author
Jim Meyering
<meyering@redhat.com>
Fri, 28 Aug 2009 09:30:40 +0000
(11:30 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 28 Aug 2009 16:57:43 +0000
(18:57 +0200)
* libparted/labels/pt-tools.c (ptt_partition_max_start_len):
Remove stray space in diagnostic that was causing the root-only
regression test, t4100-dvh-partition-limits.sh, to fail.
libparted/labels/pt-tools.c
patch
|
blob
|
history
diff --git
a/libparted/labels/pt-tools.c
b/libparted/labels/pt-tools.c
index
ce087b3
..
622cedd
100644
(file)
--- a/
libparted/labels/pt-tools.c
+++ b/
libparted/labels/pt-tools.c
@@
-123,7
+123,7
@@
ptt_partition_max_start_len (char const *label_type, const PedPartition *part)
ped_exception_throw (
PED_EXCEPTION_ERROR, PED_EXCEPTION_CANCEL,
_("starting sector number, %jd exceeds"
- " the
%s-partition-table-imposed maximum"
+ " the %s-partition-table-imposed maximum"
" of %jd"),
part->geom.start,
label_type,