X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Fole.h;fp=src%2Fole.h;h=b0d6e8eebe0be3cfb413b21902ee970701339907;hp=181c7e7f71e10af020bde31ff557c322be1842cf;hb=ccf8e1947728585acd2301c9b8e459e6918bfb5f;hpb=704c53839728067bb54c9c570916b77008388a23 diff --git a/src/ole.h b/src/ole.h index 181c7e7..b0d6e8e 100644 --- a/src/ole.h +++ b/src/ole.h @@ -16,7 +16,7 @@ #define BBD_BLOCK_SIZE 512 #define SBD_BLOCK_SIZE 64 #define PROP_BLOCK_SIZE 128 -#define OLENAMELENGHT 32 +#define OLENAMELENGTH 32 #define MSAT_ORIG_SIZE 436 typedef enum { @@ -28,7 +28,7 @@ typedef enum { typedef struct { FILE *file; - char name[OLENAMELENGHT+1]; + char name[OLENAMELENGTH+1]; long int startBlock; long int curBlock; unsigned long int length;