Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: a string to print to the second argument of fprintf() #687

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

hyunikn
Copy link
Contributor

@hyunikn hyunikn commented Nov 5, 2024

http://jira.cubrid.org/browse/CBRD-25626

출력하고자 하는 문자열을 fprintf() 함수의 두 번째 인자로 주면
그 문자열 안에 우연히 %t, %s, %d, 등이 있을 때 이들이 있는 그대로 출력되지 않는 문제가 있습니다.
이를 수정했습니다.

…n result in wrong print.

  . "%t" in the string is regarded as a hole indicator and is not printed as it is.
@hyunikn hyunikn requested review from ssihil and kwonhoil November 5, 2024 11:21
@hyunikn hyunikn merged commit 1eddf07 into CUBRID:develop Nov 6, 2024
1 check passed
@hyunikn hyunikn deleted the cbrd-25626-printing-percent-t branch November 6, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants