14 lines
584 B
Plaintext
14 lines
584 B
Plaintext
|
Index: parted-1.8.8/libparted/labels/fdasd.c
|
||
|
===================================================================
|
||
|
--- parted-1.8.8.orig/libparted/labels/fdasd.c
|
||
|
+++ parted-1.8.8/libparted/labels/fdasd.c
|
||
|
@@ -149,7 +149,7 @@ fdasd_error (fdasd_anchor_t *anc, enum f
|
||
|
case device_verification_failed:
|
||
|
sprintf(error, "fdasd: %s -- %s\n",
|
||
|
_("Device verification failed"),
|
||
|
- _("The specified device is not a valid DASD device"));,
|
||
|
+ _("The specified device is not a valid DASD device"));
|
||
|
break;
|
||
|
default:
|
||
|
sprintf(error, "fdasd: %s: %s\n", _("Fatal error"), str);
|