Skip to content

Commit f1a0361

Browse files
committed
main: fix a wrong format string
1 parent 6b9ab57 commit f1a0361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/promise.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int makePromise (const char *parser,
7171
int r;
7272
langType lang = LANG_IGNORE;
7373

74-
verbose("makePromise: %s start(line: %lu, offset: %lu, srcline: %lu), end(line: %lu, offset: %lu)\n",
74+
verbose("makePromise: %s start(line: %lu, offset: %ld, srcline: %lu), end(line: %lu, offset: %ld)\n",
7575
parser? parser: "*", startLine, startCharOffset, sourceLineOffset,
7676
endLine, endCharOffset);
7777

0 commit comments

Comments
 (0)