]> git.pld-linux.org Git - packages/parted.git/blame - 0068-libparted-Fix-typo-in-hfs-error-message.patch
- release 6 (by relup.sh)
[packages/parted.git] / 0068-libparted-Fix-typo-in-hfs-error-message.patch
CommitLineData
c886eb9d
AM
1From c625f6769144472f3c099cdd512318cea18e2766 Mon Sep 17 00:00:00 2001
2From: Sebastian Rasmussen <sebras@gmail.com>
3Date: Thu, 19 Jan 2017 23:38:40 +0100
4Subject: [PATCH 68/75] libparted: Fix typo in hfs error message
5
6---
7 libparted/fs/r/hfs/cache.c | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/libparted/fs/r/hfs/cache.c b/libparted/fs/r/hfs/cache.c
11index 68be366..03c2913 100644
12--- a/libparted/fs/r/hfs/cache.c
13+++ b/libparted/fs/r/hfs/cache.c
14@@ -210,8 +210,8 @@ hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start,
15 ped_exception_throw (
16 PED_EXCEPTION_BUG,
17 PED_EXCEPTION_CANCEL,
18- _("Trying to move an extent from block Ox%X to block "
19- "Ox%X, but another one already exists at this "
20+ _("Trying to move an extent from block 0x%X to block "
21+ "0x%X, but another one already exists at this "
22 "position. This should not happen!"),
23 old_start, new_start);
24 return NULL;
25--
262.9.3
27
This page took 0.06392 seconds and 4 git commands to generate.