bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: partition store


From: Gibran Hasnaoui
Subject: Re: partition store
Date: Sun, 26 Aug 2001 16:03:47 +0200
User-agent: Mutt/1.3.20i

Hi,
It lack an argument in ped_device_new_from_store ().


--- part.c.orig Sun Aug 26 15:07:48 2001
+++ part.c      Sun Aug 26 14:57:41 2001
@@ -77,7 +77,7 @@ store_part_create (struct store *source,
 
   ped_exception_fetch_all ();
 
-  dev = ped_device_new_from_store (source);
+  dev = ped_device_new_from_store (source, 1);
   if (! dev)
     {
       ped_exception_catch ();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]