aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index cd539752a31..4f3f56d10e7 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -12,7 +12,7 @@
12 12
13# Author: Paul Eggert <eggert@twinsun.com> 13# Author: Paul Eggert <eggert@twinsun.com>
14 14
15# $Id: rcs2log,v 1.12 1993/05/29 06:22:48 rms Exp eggert $ 15# $Id: rcs2log,v 1.13 1993/08/09 22:06:00 eggert Exp eggert $
16 16
17# Copyright 1992, 1993 Free Software Foundation, Inc. 17# Copyright 1992, 1993 Free Software Foundation, Inc.
18 18
@@ -324,7 +324,7 @@ awk '
324 newclumpname = "" 324 newclumpname = ""
325 sep = "\n" 325 sep = "\n"
326 if (date == "") sep = "" 326 if (date == "") sep = ""
327 if (newlog ~ /^{[^ }]*}[ ]/) { 327 if (newlog ~ /^\{[^ }]*}[ ]/) {
328 i = index(newlog, "}") 328 i = index(newlog, "}")
329 newclumpname = substr(newlog, 1, i) 329 newclumpname = substr(newlog, 1, i)
330 while (substr(newlog, i+1) ~ /^[ ]/) i++ 330 while (substr(newlog, i+1) ~ /^[ ]/) i++