From dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Apr 2000 02:01:28 +0000 Subject: Fixed warnings from Borland compiler. --- src/PropSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PropSet.cxx') diff --git a/src/PropSet.cxx b/src/PropSet.cxx index 8582105ea..101b7f563 100644 --- a/src/PropSet.cxx +++ b/src/PropSet.cxx @@ -39,7 +39,7 @@ static bool GetFullLine(const char *&fpc, int &lenData, char *s, int len) { fpc++; lenData--; } - *s++ = '\0'; + *s = '\0'; return true; } } else if ((ch == '\\') && (lenData > 0) && ((*fpc == '\r') || (*fpc == '\n'))) { -- cgit v1.2.3