From a1601b3d1b38533127ce290aaf5e197f002748d5 Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Fri, 6 Oct 2006 22:00:09 +0000 Subject: Remove the bit of VC 64bit compilation warning git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@715 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/ogl/Attributes.c | 2 +- src/native/ogl/GLSLShaderProgram.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/native/ogl/Attributes.c b/src/native/ogl/Attributes.c index 4439524..2538bc4 100644 --- a/src/native/ogl/Attributes.c +++ b/src/native/ogl/Attributes.c @@ -485,7 +485,7 @@ void JNICALL Java_javax_media_j3d_NativePipeline_setLightEnables( #endif for (i=0; i= 3 && name[len-1] == ']') { if (strcmp(&name[len-3], "[0]") == 0) { /* fprintf(stderr, "**** changing \"%s\" ", name); */ -- cgit v1.2.3