parent
9db4c229e5
commit
2b494dd518
@ -1 +1 @@
|
||||
gparted-0.3.5.tar.bz2
|
||||
gparted-0.3.6.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/GParted_Core.cc 2008-02-04 09:35:47.000000000 -0500
|
||||
+++ src/GParted_Core.cc.new2 2008-02-07 15:57:14.000000000 -0500
|
||||
@@ -527,7 +527,7 @@
|
||||
std::ifstream proc_partitions( "/proc/partitions" ) ;
|
||||
if ( proc_partitions )
|
||||
{
|
||||
- char c_str[255] ;
|
||||
+ char c_str[PATH_MAX+1] ;
|
||||
|
||||
while ( getline( proc_partitions, line ) )
|
||||
if ( sscanf( line .c_str(), "%*d %*d %*d %255s", c_str ) == 1 )
|
Loading…
Reference in new issue