Commit fb91d58
committed
fix: correct format specifiers and remove duplicate CMake option
- Fix %u -> %zu for size_t in Sending header and Sending EPG debug logs
- Fix %u -> %d for int in Sending bytes debug log
- Remove duplicate option(NETWORKING_DEBUG) and if(NETWORKING_DEBUG)
blocks in CMakeLists.txt
Addresses Copilot review comments on CCExtractor#2175.1 parent 6d32a56 commit fb91d58
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments