diff --git a/extra_script.py b/extra_script.py index d490eb2..cb0f57d 100644 --- a/extra_script.py +++ b/extra_script.py @@ -138,7 +138,7 @@ def generateXdrMappings(): first=False else: oh.write(",\n") - oh.write(" new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,cat,id,l)) + oh.write(" new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,id,cat,l)) oh.write("\n") oh.write("};\n") except Exception as e: