mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 03:58:19 +02:00
fprintf was utilized with %n to count the amount of characters it outputted but this was redundant since it was at the end of the statement and fprintf itself returns the amount of characters it writes out. It should be noted that %n is a compatibility hazard on Android as it isn't supported on Android due to security reasons. Signed-off-by: Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25005> |
||
|---|---|---|
| .. | ||
| aprintf.c | ||
| colors.c | ||
| colors.h | ||
| headergen2.c | ||
| meson.build | ||
| path.c | ||
| rnn.c | ||
| rnn.h | ||
| rnndec.c | ||
| rnndec.h | ||
| util.h | ||