diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 0e62d854..97e3fc41 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -566,7 +566,7 @@ static void inst_datetime_defines(void) time(&td); curtime = localtime(&td); - strftime(date, 31, "\"%m/%d%Y\"", curtime); + strftime(date, 31, "\"%m/%d%/Y\"", curtime); strftime(ltime, 31, "\"%H:%M:%S\"", curtime); insert_subst("__DATE__", date, 8);