summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/lib/ChangeLog4
-rw-r--r--gettext-tools/lib/progreloc.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog
index b6fd276..9089788 100644
--- a/gettext-tools/lib/ChangeLog
+++ b/gettext-tools/lib/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-29 Bruno Haible <bruno@clisp.org>
+
+ * progreloc.c (set_program_name_and_installdir): Fix compilation error.
+
2005-12-04 Bruno Haible <bruno@clisp.org>
* csharpexec.sh.in: Add support for 'clix' launcher (untested).
diff --git a/gettext-tools/lib/progreloc.c b/gettext-tools/lib/progreloc.c
index acf9488..ff5571e 100644
--- a/gettext-tools/lib/progreloc.c
+++ b/gettext-tools/lib/progreloc.c
@@ -326,6 +326,7 @@ set_program_name_and_installdir (const char *argv0,
argv0_stripped = shorter;
}
}
+ done_stripping: ;
}
}