Skip to content

Commit 9873cc2

Browse files
committed
fix format
1 parent 534ee96 commit 9873cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/ps_title.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ const char* ps_title_errno(int rc)
311311

312312
#ifdef PS_USE_WIN32
313313
case PS_TITLE_WINDOWS_ERROR:
314-
sprintf(windows_error_details, "Windows error code: %d", GetLastError());
314+
sprintf(windows_error_details, "Windows error code: %u", GetLastError());
315315
return windows_error_details;
316316
#endif
317317
}

0 commit comments

Comments
 (0)