| Summary: | Volumes over 2Tb reported as 0 | ||
|---|---|---|---|
| Product: | [Applications] kdf | Reporter: | Chris Seufert <seufert> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alpha.super-one, andresbajotierra |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Uses "qulonglong" instead of "int" for the size of partition | ||
|
Description
Chris Seufert
2006-09-05 15:31:50 UTC
Created attachment 20344 [details]
Uses "qulonglong" instead of "int" for the size of partition
*** Bug 182295 has been marked as a duplicate of this bug. *** SVN commit 919161 by darioandres: Use qulonglong instead of int to allow big partitions sizes to be detected properly BUG: 133588 M +4 -4 disklist.cpp M +3 -3 disks.cpp M +7 -7 disks.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919161 Backport to 4.2 by svn revision 919184 (the bug number got chopped) SVN commit 919266 by darioandres: int->qulonglong for partitions sizes 4.2branch BUG: 133588 M +1 -1 kdfwidget.cpp M +3 -3 kdfwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919266 *** Bug 175294 has been marked as a duplicate of this bug. *** |