summary refs log tree commit diff
path: root/catgets
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-06 09:28:48 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-06 09:28:48 +0000
commitc70ad7d71e248cade1345ce53a4229a43edbc932 (patch)
treeba811ab4b3f14d28c37b8246773a42f865708e95 /catgets
parenta9f17952b8655c981638b3243d795961538d8998 (diff)
downloadglibc-c70ad7d71e248cade1345ce53a4229a43edbc932.tar.gz
glibc-c70ad7d71e248cade1345ce53a4229a43edbc932.tar.xz
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')
-rw-r--r--catgets/gencat.c6
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.  */