Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37498988
en ru br
ALT Linux repos
5.0: 0.4.5-alt24
4.1: 0.4.5-alt23
4.0: 0.4.5-alt20
3.0: 0.4.4-alt3.1

Group :: System/Configuration/Hardware
RPM: qtparted

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: qtparted-0.4.5-libparted_1.7.patch
Download


diff -urN qtparted-0.4.5.orig/src/qp_fswrap.cpp qtparted-0.4.5/src/qp_fswrap.cpp
--- qtparted-0.4.5.orig/src/qp_fswrap.cpp	2005-07-07 00:29:54 +0300
+++ qtparted-0.4.5/src/qp_fswrap.cpp	2006-05-23 13:10:04 +0300
@@ -1002,7 +1002,11 @@
 /*---FAT32 WRAPPER---------------------------------------------------------------*/
 QString QP_FSFat32::_get_label(PedPartition *part) 
 {
+#ifdef PED_SECTOR_SIZE_DEFAULT
+    char buffer[PED_SECTOR_SIZE_DEFAULT];
+#else
     char buffer[PED_SECTOR_SIZE];
+#endif
     char label[12];
     
     if (!QP_FSWrap::read_sector(part, 0, 1, buffer)) 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin