]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - catgets/gencat.c
Update.
[thirdparty/glibc.git] / catgets / gencat.c
index 18bf3bbb7f79e9359243761e0f98507e34e5e4ef..4bb084ef22d84f42310b1835326a68917fd64482 100644 (file)
@@ -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.  */