correct error in build script

This commit is contained in:
wellenvogel 2021-11-20 22:32:15 +01:00
parent 15ca1b9e17
commit aa47fbc9c1
1 changed files with 1 additions and 1 deletions

View File

@ -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: