]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Refactor `switch_fulldate_cmp`
authorTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2014 00:43:27 +0000 (00:43 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2014 00:43:27 +0000 (00:43 +0000)
commitbf42dd65f1a13725c74f5f151aab99cfca11c434
tree510b454632ca1fdb243a961eea62a8a44d984003
parentb2f59dd2003d8323108c249ce6fb5016eba6b5ed
Refactor `switch_fulldate_cmp`

We're moving the variable declarations down to the smallest possible
scope (a good idea in general) so we can address the use of undefined
memory by the function in a later commit.
src/switch_utils.c