From d12e01f9b411e3628041d2951772a73010288695 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 27 Jul 2002 00:48:36 +0000
Subject: [PATCH] Changed usage of update_uldate().

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

diff --git a/src/sbbs3/listfile.cpp b/src/sbbs3/listfile.cpp
index 997f996c25..8afc0a199f 100644
--- a/src/sbbs3/listfile.cpp
+++ b/src/sbbs3/listfile.cpp
@@ -1043,7 +1043,7 @@ int sbbs_t::listfileinfo(uint dirnum, char *filespec, long mode)
 							f.altpath=0; }
 					putfiledat(&cfg,&f);
 					inputnstime(&f.dateuled);
-					update_uldate(&f);
+					update_uldate(&cfg, &f);
 					break;
 				case 'F':   /* delete file only */
 					sprintf(str,"%s%s",dirpath,fname);
-- 
GitLab