gparted r1027 - in trunk: . src



Author: gedakc
Date: Wed Jan  7 21:42:05 2009
New Revision: 1027
URL: http://svn.gnome.org/viewvc/gparted?rev=1027&view=rev

Log:
Removed redundant command flag options.

Modified:
   trunk/ChangeLog
   trunk/src/ntfs.cc

Modified: trunk/src/ntfs.cc
==============================================================================
--- trunk/src/ntfs.cc	(original)
+++ trunk/src/ntfs.cc	Wed Jan  7 21:42:05 2009
@@ -105,13 +105,13 @@
 
 bool ntfs::create( const Partition & new_partition, OperationDetail & operationdetail )
 {
-	return ! execute_command( "mkntfs -Q -vv -L \"" + new_partition .label + "\" " + new_partition .get_path(), operationdetail ) ;
+	return ! execute_command( "mkntfs -Q -v -L \"" + new_partition .label + "\" " + new_partition .get_path(), operationdetail ) ;
 }
 
 bool ntfs::resize( const Partition & partition_new, OperationDetail & operationdetail, bool fill_partition )
 {
 	bool return_value = false ;
-	Glib::ustring str_temp = "ntfsresize -P --force --force " + partition_new .get_path() ;
+	Glib::ustring str_temp = "ntfsresize -P --force " + partition_new .get_path() ;
 	
 	if ( ! fill_partition )
 	{



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