Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/xrdb:misc into master
  • Variable scope reduction as recommended by cppcheck
  • Use C99 struct initialization
  • Rename variable 'dup' to avoid shadowing dup() function
  • Fallback asprintf: don't truncate output that has a \0 in string

Merge request reports