[mw-devel] [Git][arthur/mw][master] Add missing 'q' to mwpoll's getopt string

Andrew Price welshbyte at sucs.org
Thu Jun 22 14:11:37 BST 2017


Andrew Price pushed to branch master at Justin Mitchell / mw


Commits:
93dc2abd by Andrew Price at 2017-06-22T14:09:58+01:00
Add missing 'q' to mwpoll's getopt string

- - - - -


1 changed file:

- src/webclient/mwpoll.c


Changes:

=====================================
src/webclient/mwpoll.c
=====================================
--- a/src/webclient/mwpoll.c
+++ b/src/webclient/mwpoll.c
@@ -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;



View it on GitLab: https://projects.sucs.org/arthur/mw/commit/93dc2abd891f08a7c9160a47f0f336ee39e395be

---
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/93dc2abd891f08a7c9160a47f0f336ee39e395be
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20170622/9521ff46/attachment.html>


More information about the mw-devel mailing list