summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-10-09 18:29:22 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-10-09 18:29:22 +0000
commit743a57354cbb7fe0c0cfb38cca5d69a35d0f0f3d (patch)
tree1f2ec4603a7cdc1ba8aa8e67acbdb1ac7f80b38a /AUTHORS
parentc9b7d8ff9d23766663d59465e4025bb9278c2f10 (diff)
downloadparted-743a57354cbb7fe0c0cfb38cca5d69a35d0f0f3d.tar.gz
* disk.c (ped_unregister_disk_type): Handle instances where disk_types
== NULL and the given type is not in the list of registered disk types (from Debarshi Ray). git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@844 2d424fd7-7fe2-0310-af74-8bc65edeb173
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4ac1ccb..c6ad983 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -222,3 +222,5 @@ Olaf Hering <olh@suse.de>
Debarshi Ray <debarshi.ray@gmail.com>
* Display disk model and transport type in parted(8).
+ * Handle ped_unregister_disk_type() cases when disk_types is not
+ NULL and instances where the specified type is not registered.