From c83c8a7cf3b85ac0d0af848029dc4f881ce95ea5 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 1 Nov 2005 00:27:03 +0000
Subject: [PATCH] Fix for stupid Watcom C++ warning.

---
 src/sbbs3/ars.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/ars.c b/src/sbbs3/ars.c
index 70caa71d1a..ac518cdaa7 100644
--- a/src/sbbs3/ars.c
+++ b/src/sbbs3/ars.c
@@ -37,7 +37,7 @@
 
 #include "sbbs.h"
 
-const uchar* nular="";	/* AR_NULL */
+const uchar* nular=(uchar*)"";	/* AR_NULL */
 
 /* Converts ASCII ARS string into binary ARS buffer */
 
-- 
GitLab