summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /rbutil
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/ipodpatcher/fat32format.c2
-rw-r--r--rbutil/rbutilqt/zip/LICENSE.GPL2
2 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/ipodpatcher/fat32format.c b/rbutil/ipodpatcher/fat32format.c
index e0e30db602..19500f49bf 100644
--- a/rbutil/ipodpatcher/fat32format.c
+++ b/rbutil/ipodpatcher/fat32format.c
@@ -392,7 +392,7 @@ int format_partition(struct ipod_t* ipod, int partition)
392 if ( qTotalSectors >= 0xffffffff ) 392 if ( qTotalSectors >= 0xffffffff )
393 { 393 {
394 /* This is a more fundamental limitation on FAT32 - the total 394 /* This is a more fundamental limitation on FAT32 - the total
395 sector count in the root dir ­s 32bit. With a bit of 395 sector count in the root dir ­s 32bit. With a bit of
396 creativity, FAT32 could be extended to handle at least 2^28 396 creativity, FAT32 could be extended to handle at least 2^28
397 clusters There would need to be an extra field in the 397 clusters There would need to be an extra field in the
398 FSInfo sector, and the old sector count could be set to 398 FSInfo sector, and the old sector count could be set to
diff --git a/rbutil/rbutilqt/zip/LICENSE.GPL b/rbutil/rbutilqt/zip/LICENSE.GPL
index 40c8c38e9c..04a7580109 100644
--- a/rbutil/rbutilqt/zip/LICENSE.GPL
+++ b/rbutil/rbutilqt/zip/LICENSE.GPL
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
305 305
306 You should have received a copy of the GNU General Public License 306 You should have received a copy of the GNU General Public License
307 along with this program; if not, write to the Free Software 307 along with this program; if not, write to the Free Software
308 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 308 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
309 309
310Also add information on how to contact you by electronic and paper mail. 310Also add information on how to contact you by electronic and paper mail.
311 311