Skip to content

Use snprintf instead of sprintf and reduce variable scopes

Alan Coopersmith requested to merge alanc/xf86-input-synaptics:cleanup into master

Converts sprintf to snprintf as suggested in !15 (merged), and then does some variable scope reductions I noticed while in there.

Merge request reports

Loading