git » fp-git.git » commit 0238ccc

minor changes

author ecalot
2005-06-03 08:29:17 UTC
committer ecalot
2005-06-03 08:29:17 UTC
parent e609e15810da8c1d3100b279fdc946ef055b1a9c

minor changes

PR/src/console/main.c +0 -1
PR/src/include/common.h +1 -1
PR/src/lib/layers/dat.c +1 -2

diff --git a/PR/src/console/main.c b/PR/src/console/main.c
index 085b574..02c9f53 100644
--- a/PR/src/console/main.c
+++ b/PR/src/console/main.c
@@ -211,7 +211,6 @@ int main (int argc, char **argv) {
 				} else {
 					/* classify */
 					result=prClassifyDat(file);
-					printf("result=%d\n",result);
 					fprintf(outputStream,PR_TEXT_RESULT,classifyErrors[result+2],result);
 				}
 				free(file);
diff --git a/PR/src/include/common.h b/PR/src/include/common.h
index 46b3f2f..c5a7a8a 100644
--- a/PR/src/include/common.h
+++ b/PR/src/include/common.h
@@ -65,7 +65,7 @@ common.h: Princed Resources : Defines and prototypes common to all PR code
 \***************************************************************/
 
 #define PR_URL                    "http://www.princed.com.ar"
-#define PR_VERSION                "v1.1-pl"
+#define PR_VERSION                "v1.1-rc1"
 #define PR_COPY                   "(c) Copyright 2003 - 2005 Princed Development Team"
 
 /***************************************************************\
diff --git a/PR/src/lib/layers/dat.c b/PR/src/lib/layers/dat.c
index 40889af..b38c919 100644
--- a/PR/src/lib/layers/dat.c
+++ b/PR/src/lib/layers/dat.c
@@ -21,7 +21,7 @@
 /*
 dat.c: Princed Resources : DAT library
 \xaf\xaf\xaf\xaf\xaf
- Copyright 2004 Princed Development Team
+ Copyright 2004,2005 Princed Development Team
   Created: 15 Mar 2004
 
   Author: Enrique Calot <ecalot.cod@princed.com.ar>
@@ -46,7 +46,6 @@ dat.c: Princed Resources : DAT library
 #ifdef PR_DAT_INCLUDE_DATREAD
 
 char               recordSize;
-int                ofk=0;
 tPopVersion        popVersion;
 unsigned char*     indexPointer;
 unsigned long  int indexOffset;