diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-05 14:09:59 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-05 14:09:59 +0000 |
| commit | 9cf8960c85d3d14a58e4036cc819ac6eaa815b1f (patch) | |
| tree | 37e0910f54fbbe93cbf8767f2ba267076335bded /apps/gui/wps_debug.c | |
| parent | 86c0e3a4caf94a39e015024cf5d348da50ede1a3 (diff) | |
| download | rockbox-9cf8960c85d3d14a58e4036cc819ac6eaa815b1f.zip rockbox-9cf8960c85d3d14a58e4036cc819ac6eaa815b1f.tar.gz rockbox-9cf8960c85d3d14a58e4036cc819ac6eaa815b1f.tar.bz2 rockbox-9cf8960c85d3d14a58e4036cc819ac6eaa815b1f.tar.xz | |
* Fix the bug where subline separators were read as part of a string.
* Some cosmetic code changes, no other functional change (add a comment and rename some variables).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13034 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps_debug.c')
| -rw-r--r-- | apps/gui/wps_debug.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c index 4532151..bcb05e0 100644 --- a/apps/gui/wps_debug.c +++ b/apps/gui/wps_debug.c @@ -363,18 +363,6 @@ void print_line_info(struct wps_data *data) } DEBUGF("\n"); - - DEBUGF("subline time multipliers :\n"); - for (line = 0; line < data->num_lines; line++) - { - DEBUGF("%2d. ", line); - for (subline = 0; subline < data->num_sublines[line]; subline++) - { - DEBUGF("%3d ", data->time_mult[line][subline]); - } - DEBUGF("\n"); - } - } void print_wps_strings(struct wps_data *data) |