Skip to content
GitLab
  • Explore
  • Sign in
  • Register

Admin message

The v3.20a development branch has now been merged to the master branch. Sysops upgrading from earlier versions must run 'jsexec update'

  • MainMain
  • SynchronetSynchronet
  • Repository
  • sbbs
  • src
  • sbbs3
  • scfg
  • scfgxfr2.c
Find file Blame History Permalink
  • Rob Swindell's avatar
    Fix: File Areas... Clone Settings was always cloning settings to first library · e383b11c
    Rob Swindell authored Jun 14, 2023
    The directories of the *first* library was always the target of the (new)
    "Clone Settings" option. We're using a dir_t for each lib's dir_defaults, but
    that doesn't mean the dir_defaults.lib is initialized to a correct libnum
    (it's not), so don't use it.
    e383b11c