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
  • syncterm
  • ooii.c
Find file Blame History Permalink
  • Rob Swindell's avatar
    Fix GCC warning: ‘fptr’ may be used uninitialized in this function · a5fb9691
    Rob Swindell authored Jul 03, 2023
    This does look like a false positive to me: the if clauses that use fptr appear
    to only cover the same values as the switch-case statements. But harmless
    defensive change here.
    a5fb9691