aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_lyrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_lyrics.c b/src/screen_lyrics.c
index e54e6a411..9c159bcdd 100644
--- a/src/screen_lyrics.c
+++ b/src/screen_lyrics.c
@@ -352,7 +352,7 @@ int store_lyr_hd()
int i;
char line_buf[1024];
- for(i = 4; i <= lyr_text.text->len; i++)
+ for(i = 3; i <= lyr_text.text->len; i++)
{
if(get_text_line(&lyr_text, i, line_buf, 1024) == -1);
fputs(line_buf, lyr_file);