aboutsummaryrefslogtreecommitdiff
path: root/src/MaxSystem.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
commit0f770551cebca90c92b7a39b0e0135a445af51f9 (patch)
treec1fc0b535133c7d292808c8cee22817e5cdec0e3 /src/MaxSystem.c
parenta764e59e1d3a8e330f0d484fdb26b35ca3f0b2e4 (diff)
merging in pdj-0.8.4.tar.gz from http://www.le-son666.com/software/pdj/
svn path=/trunk/externals/loaders/pdj/; revision=9624
Diffstat (limited to 'src/MaxSystem.c')
-rw-r--r--src/MaxSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MaxSystem.c b/src/MaxSystem.c
index c506fa2..ea48ab2 100644
--- a/src/MaxSystem.c
+++ b/src/MaxSystem.c
@@ -158,7 +158,7 @@ JNIEXPORT jboolean JNICALL Java_com_cycling74_max_MaxSystem_sendMessageToBoundOb
JNIEXPORT jstring JNICALL Java_com_cycling74_max_MaxSystem_locateFile
(JNIEnv *env, jclass cls, jstring filename) {
- const jbyte *file = (*env)->GetStringUTFChars(env, filename, NULL);
+ const char *file = (*env)->GetStringUTFChars(env, filename, NULL);
char fullpath[MAXPDSTRING], *pfullpath;
FILE *fd;