glapi: fix argument parsing in glX_proto_recv.py
authorDylan Baker <baker.dylan.c@gmail.com>
Thu, 2 Jul 2015 17:25:41 +0000 (10:25 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Jul 2015 15:35:27 +0000 (16:35 +0100)
One of the plugins I use with vim "helpfully" added an underscore to the
front of mode for kicks.

Obviously this isn't a feature used very often because it's been broken
since d986cb7c70db (since May 20th), and no one has noticed.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
src/mapi/glapi/gen/glX_proto_recv.py

index da468dc587665e4bfaa620a0b1ce278044480da0..5d95f278a91c3b6bf198ab44247c3c74f1deec72 100644 (file)
@@ -549,9 +549,9 @@ def main():
     """Main function."""
     args = _parser()
 
-    if args._mode == "dispatch_c":
+    if args.mode == "dispatch_c":
         printer = PrintGlxDispatchFunctions(args.swap)
-    elif args._mode == "dispatch_h":
+    elif args.mode == "dispatch_h":
         printer = PrintGlxDispatch_h()
 
     api = gl_XML.parse_GL_API(