Skip to content

main: Fix fprintf security build warning

Bastien Nocera requested to merge wip/hadess/fprintf-security into master
../src/ppd-utils.c: In function 'ppd_utils_write_sysfs':
../src/ppd-utils.c:36:3: error: format not a string literal and no format arguments [-Werror=format-security]
   36 |   ret = fprintf (sysfsfp, value);
      |   ^~~

Merge request reports