Fix for uninitialized variable, caused crash when viewing a file that started with...
commit822c9f25f15f86502e8da615de5fed595212bbaa
authorpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Sat, 15 Jul 2006 13:53:18 +0000 (15 13:53 +0000)
committerpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Sat, 15 Jul 2006 13:53:18 +0000 (15 13:53 +0000)
treec28d8e80e778223506d4f9fa1ff2d649b60e0750
parent9c824f54a15773d598e13a40d0cfc39a95829fe6
Fix for uninitialized variable, caused crash when viewing a file that started with whitespace. Fixes FS#5658 with solution given by bugsubmitter (Mark Arigo). Viewer code still needs more work but at least won't crash on this anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10213 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/viewer.c