Bug 587710 – PAT file specification seems to have a wrong magic number

Fix magic number of the GIMP pattern file format in the documentation.
This commit is contained in:
Sven Neumann 2009-07-06 22:08:45 +02:00 committed by Alexia Death
parent 96baac783f
commit 8be040d089
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Bytes 16 - 19: bytes
Bytes 20 - 23: magic_number
Type: 32 bit unsigned int
Value: GIMP pattern magic number.
('G' << 24) + ('I' << 16) + ('M' << 8) + 'P'
('G' << 24) + ('P' << 16) + ('A' << 8) + 'T'
Bytes 24 - (header_size - 1):
Type: char *