CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/11 05:38:54
Modified files:
lib/libfuse : fuse_opt.c
regress/lib/libfuse: fuse-opt-parse.c
Log message:
sscanf(3) is now used to parse templates that contain format specifiers
(e.g. %u, %o) other than %s. This aligns libfuse with the Linux reference
implementation.
ok mpi@
