From 6bada8781d1d01b049178b66536844e4d078a141 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Sat, 15 Jan 2000 14:31:40 +0000 Subject: [PATCH] ChangeLog 20000115-15:45 --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/hbgenerr.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 296592e3bb..4d40c58d1e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000115-15:45 GMT+1 Ryszard Glab + + *source/compiler/hbgenerr.c + * added missing comma separator in error messages list + 20000115-15:15 GMT+1 Ryszard Glab *include/pcode.h diff --git a/harbour/source/compiler/hbgenerr.c b/harbour/source/compiler/hbgenerr.c index 886c6b8c94..1bcd2be044 100644 --- a/harbour/source/compiler/hbgenerr.c +++ b/harbour/source/compiler/hbgenerr.c @@ -78,7 +78,7 @@ char * hb_comp_szErrors[] = "Operation not supported for this data type: \'%s\'", "Invalid alias expression: \'%s\'", "Invalid array index expression: \'%s\'", - "Bound error: \'%s\'" + "Bound error: \'%s\'", "Macro of declared symbol: \'%s\'", "Invalid selector in send: \'%s\'" };