From 686f8daf8b5e65d40f72cbe4871a8b5cf655d5f1 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Sat, 11 Jul 2026 00:21:29 -0400 Subject: [PATCH] ptos: trace: FmtPrintf -> VFmtPrintf Signed-off-by: Chloe M --- service/ptos/head/ex/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/ptos/head/ex/trace.h b/service/ptos/head/ex/trace.h index d23a2ab..c1e5d38 100644 --- a/service/ptos/head/ex/trace.h +++ b/service/ptos/head/ex/trace.h @@ -12,6 +12,6 @@ #include #define TRACE printf -#define FmtPrintf vsnprintf +#define VFmtPrintf vsnprintf #endif /* !_EX_TRACE_H_ */