--- txt2pdbdoc-1.4.2.orig/palm.h.old	2003-04-22 11:18:58.000000000 -0300
+++ txt2pdbdoc-1.4.2.orig/palm.h	2003-04-22 11:19:01.000000000 -0300
@@ -78,11 +78,11 @@
 {
 	DWord	localChunkID;		/* offset to where record starts */
 	struct {
-		int delete   : 1;
-		int dirty    : 1;
-		int busy     : 1;
-		int secret   : 1;
-		int category : 4;
+		Byte delete   : 1;
+		Byte dirty    : 1;
+		Byte busy     : 1;
+		Byte secret   : 1;
+		Byte category : 4;
 	} attributes;
 	Byte	uniqueID[3];
 };

