From 3405d9bd04cae255006c631ab7f87c840c91fecc Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 23 Jan 2004 07:08:44 +0000 Subject: [PATCH] Adjusted comments SVN revision: 710 --- src/locext.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/locext.c b/src/locext.c index 75d0a706..bda5d0c0 100755 --- a/src/locext.c +++ b/src/locext.c @@ -7,6 +7,9 @@ them into eloglang.xxxx $Log$ + Revision 1.4 2004/01/23 07:08:44 midas + Adjusted comments + Revision 1.3 2004/01/21 16:24:34 midas Added removel of obsolete lines @@ -116,8 +119,8 @@ int scan_file(char *infile, char *outfile) return 1; } - if (first) { - sprintf(line, "\r\n#\r\n#---------- please translate following items ----------#\r\n#\r\n"); + if (first && !strstr(bufout, "please translate following")) { + sprintf(line, "\r\n#\r\n#---- please translate following items and then remove this comment ----#\r\n#\r\n"); write(fho, line, strlen(line)); first = FALSE;