From 8a2c175420198aaf3349fb261aee1f54dbb181bd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 6 Apr 2008 17:21:13 +0000 Subject: [PATCH] addressed amb1585 - url wasn't canonical --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402001 --- plugins/include/sourcemod.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index f6669498..8d1c4e68 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -312,7 +312,7 @@ native GetTime(bigStamp[2]={0,0}); * Produces a date and/or time string value for a timestamp. * * See this URL for valid parameters: - * http://opengroup.org/onlinepubs/007908799/xsh/strftime.html + * http://cplusplus.com/reference/clibrary/ctime/strftime.html * * @param buffer Destination string buffer. * @param maxlength Maximum length of output string buffer.