typo in sprintf
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
loguru.cpp, line1206:
`snprintf(level_buff, sizeof(level_buff) - 1, "% 4d", verbosity);`
Note the space between `%` and `4d`
Contributor guide
No contributing guide indexed for this repository
Research direction
Open loguru.cpp at line 1206 and inspect the snprintf format string, paying attention to the space between % and 4d. Confirm the intended formatting and verify that the corrected line produces the expected verbosity output using the project's available checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100