Skip to content

Commit 2fd0919

Browse files
committed
Correct the APU version number.
1 parent c9ed2d8 commit 2fd0919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ static int log_apr_status(const ap_errorlog_info *info, const char *arg,
720720
len = apr_snprintf(buf, buflen, "(os 0x%08x)",
721721
status - APR_OS_START_SYSERR);
722722
}
723-
#if (APR_MAJOR_VERSION == 1 && APR_MINOR_VERSION >= 7)
723+
#if (APU_MAJOR_VERSION == 1 && APU_MINOR_VERSION >= 7)
724724
if (status < APR_UTIL_START_STATUS) {
725725
apr_strerror(status, buf + len, buflen - len);
726726
}

0 commit comments

Comments
 (0)