| version 1.18, Fri Jan 8 16:58:31 1999 UTC | version 1.19, Sun Jan 10 22:00:23 1999 UTC | ||
|---|---|---|---|
|
|
||
| magic7 = magic[7]; | magic7 = magic[7]; | ||
| if (debug) { | if (debug) { | ||
| magic[7]='\0'; | magic[7]='\0'; | ||
| fprintf(stderr,"Magic found: %s $%x\n", magic, magic7); | fprintf(stderr,"Magic found: %s %s endian, cell=%d bytes, char=%d bytes, au=%d bytes\n", | ||
| magic, | |||
| endianstring[!(magic[7] & 1)], | |||
| 1 << ((magic7 >> 1) & 3), | |||
| 1 << ((magic7 >> 3) & 3), | |||
| 1 << ((magic7 >> 5) & 3)); | |||
| } | } | ||
| if(magic7 != (ausize << 5) + (charsize << 3) + (cellsize << 1) + | if(magic7 != (ausize << 5) + (charsize << 3) + (cellsize << 1) + |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |