]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix error 'optind': undeclared identifier 821/head
authorWolfgang Stöggl <c72578@yahoo.de>
Mon, 18 Sep 2017 11:09:21 +0000 (13:09 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Mon, 18 Sep 2017 11:09:21 +0000 (13:09 +0200)
commita657fbfb112cc183a8cc6c1e9d62aa75eec4c327
treeca0f07cdb73bc744c27df02caff7f552d4db1829
parent981aa7dfca6a6cb93b226749bee1cda804803983
Fix error 'optind': undeclared identifier

- Fixes compilation error, when building under Windows (e.g. VS2015):
  ..\src\rrd_tune.c(410): error C2065: 'optind': undeclared identifier
- Use options.optind instead of optind
  optind is a member of the struct options
src/rrd_tune.c