mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Update nivision JNI generator to correctly gen Priv_ReadJPEGString_C.
Change-Id: I206da9f3f660b4d567a3b535702b70e5f967b071
This commit is contained in:
@@ -1686,7 +1686,7 @@ JNIEXPORT {rettype} JNICALL Java_{package}_{classname}__1{name}({args})
|
||||
}}""".format(rettype=rettype.jni_type,
|
||||
package=self.package.replace(".", "_"),
|
||||
classname=self.classname,
|
||||
name=name,
|
||||
name=name.replace("_", "_1"),
|
||||
args=", ".join("%s %s" % (x[1].jni_type, x[0]) for x in jni_funcargs),
|
||||
callfunc=callcfunc,
|
||||
exceptioncheck=exceptioncheck,
|
||||
|
||||
Reference in New Issue
Block a user