git-svn: trunk@4767
0.95
Török Edvin 17 years ago
parent 2a6bd14bc2
commit 08c9ac85c2
  1. 4
      ChangeLog
  2. 2
      shared/getopt.c

@ -1,3 +1,7 @@
Thu Feb 12 21:47:27 EET 2009 (edwin)
------------------------------------
* shared/getopt.c: fix
Thu Feb 12 21:35:15 EET 2009 (edwin)
------------------------------------
* shared/getopt.c, shared/getopt.h: make prototype compatible with

@ -48,7 +48,7 @@ int getopt_reset(void)
int getopt(int argc, char * const argvc[], const char *opts)
{
char **argv = (char*)argvc;
char **argv = (char**)argvc;
static int charind=0;
const char *s;
char mode, colon_mode;

Loading…
Cancel
Save