From ecaf7fbfed68c23e118e564d01a405db24ca9124 Mon Sep 17 00:00:00 2001
From: Dimitri van Heesch <dimitri@stack.nl>
Date: Wed, 22 Nov 2000 19:36:48 +0000
Subject: One more fix

---
 addon/configgen/configgen.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addon/configgen/configgen.cpp b/addon/configgen/configgen.cpp
index a94d852..c6aa0f2 100644
--- a/addon/configgen/configgen.cpp
+++ b/addon/configgen/configgen.cpp
@@ -713,7 +713,7 @@ int main(int argc,char * argv[])
   while (!ctfile.atEnd()) 
   {
     int l=ctfile.readLine(buf,maxLineLen-1);
-    if (buf[l-2]--'\r') // remove the \r for the folks using Windows
+    if (buf[l-2]=='\r') // remove the \r for the folks using Windows
     {
       buf[l-2]='\n';
       buf[l-1]='\r';
-- 
cgit v0.12