From 56a646a31323589251f45bae9f8cad0f417d7658 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 12 Oct 2000 10:37:19 +0000
Subject: [PATCH] Fixed compile error: SMBLIB_VERSION macro hadn't been
 replaced with new smb_lib_ver() function call.

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

diff --git a/src/sbbs2/main_ovl.c b/src/sbbs2/main_ovl.c
index 1338aacc0e..df989db688 100644
--- a/src/sbbs2/main_ovl.c
+++ b/src/sbbs2/main_ovl.c
@@ -289,7 +289,7 @@ for(i=1;i<argc;i++) {
 				#else
 					,rioctl(GVERS)
 				#endif
-					,SMBLIB_VERSION
+					,smb_lib_ver()
 					,__BORLANDC__>>8
 					,__BORLANDC__&0xff);
 				lputs(crlf);
-- 
GitLab