Skip to content

Commit 4701036

Browse files
committed
Fix incorrect format placeholders
1 parent 9ecb134 commit 4701036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/jit/llvm/llvmjit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ llvm_compile_module(LLVMJitContext *context)
658658
{
659659
char *filename;
660660

661-
filename = psprintf("%u.%zu.bc",
661+
filename = psprintf("%d.%zu.bc",
662662
MyProcPid,
663663
context->module_generation);
664664
LLVMWriteBitcodeToFile(context->module, filename);
@@ -677,7 +677,7 @@ llvm_compile_module(LLVMJitContext *context)
677677
{
678678
char *filename;
679679

680-
filename = psprintf("%u.%zu.optimized.bc",
680+
filename = psprintf("%d.%zu.optimized.bc",
681681
MyProcPid,
682682
context->module_generation);
683683
LLVMWriteBitcodeToFile(context->module, filename);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy