[vlc-commits] commit: getopt: use stack instead of global variables, fixes #3366 ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Mon Mar 29 22:53:54 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 29 23:52:21 2010 +0300| [de31f430bc4cd29eaf7470e794d7c94cb9ecde6b] | committer: Rémi Denis-Courmont 

getopt: use stack instead of global variables, fixes #3366

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de31f430bc4cd29eaf7470e794d7c94cb9ecde6b
---

 src/config/cmdline.c       |   34 ++++---
 src/config/configuration.h |    2 +-
 src/config/getopt.c        |  221 ++++++++++++++++++--------------------------
 src/config/vlc_getopt.h    |   35 ++++++--
 src/libvlc.c               |    8 +-
 5 files changed, 140 insertions(+), 160 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=de31f430bc4cd29eaf7470e794d7c94cb9ecde6b


More information about the vlc-commits mailing list