diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-06 09:28:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-06 09:28:48 +0000 |
commit | c70ad7d71e248cade1345ce53a4229a43edbc932 (patch) | |
tree | ba811ab4b3f14d28c37b8246773a42f865708e95 /catgets/gencat.c | |
parent | a9f17952b8655c981638b3243d795961538d8998 (diff) | |
download | glibc-c70ad7d71e248cade1345ce53a4229a43edbc932.tar glibc-c70ad7d71e248cade1345ce53a4229a43edbc932.tar.gz glibc-c70ad7d71e248cade1345ce53a4229a43edbc932.tar.bz2 glibc-c70ad7d71e248cade1345ce53a4229a43edbc932.zip |
Update.
2003-04-06 Ulrich Drepper <drepper@redhat.com>
* descr.h (struct pthread): Move cancelhandling member to the front.
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 18bf3bbb7f..4bb084ef22 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. */ |