From c70ad7d71e248cade1345ce53a4229a43edbc932 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 6 Apr 2003 09:28:48 +0000 Subject: Update. 2003-04-06 Ulrich Drepper * descr.h (struct pthread): Move cancelhandling member to the front. --- catgets/gencat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'catgets/gencat.c') diff --git a/catgets/gencat.c b/catgets/gencat.c index 18bf3bb..4bb084e 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -343,10 +343,10 @@ read_input_file (struct catalog *current, const char *fname) continued = !continued; } while (temp_act_len > 0 && buf[temp_act_len - 1] == '\\'); - } - if (continued) - --act_len; + if (continued) + --act_len; + } } /* Append to currently selected line. */ -- cgit v1.1