Loading src/webclient/mwpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ int main(int argc, char ** argv) char passwd[80]; char rawpw[80]; while ((opt=getopt(argc,argv,"u:c:h:dsa"))!=-1) { while ((opt=getopt(argc,argv,"u:c:h:dsqa"))!=-1) { switch (opt) { case 'u': username = optarg; Loading Loading
src/webclient/mwpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ int main(int argc, char ** argv) char passwd[80]; char rawpw[80]; while ((opt=getopt(argc,argv,"u:c:h:dsa"))!=-1) { while ((opt=getopt(argc,argv,"u:c:h:dsqa"))!=-1) { switch (opt) { case 'u': username = optarg; Loading