Embed "Haiku" instead of "OpenBeOS" in created images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0147f45ad7
commit
133c37e41e
@ -181,7 +181,7 @@ SGIImage::SetTo(BPositionIO* stream,
|
||||
|
||||
char name[80]; // Name of file in image header
|
||||
memset(name, 0, sizeof(name));
|
||||
sprintf(name, "OpenBeOS SGITranslator");
|
||||
sprintf(name, "Haiku SGITranslator");
|
||||
fStream->Write(name, sizeof(name));
|
||||
|
||||
// fill the rest of the image header with zeros
|
||||
|
Loading…
Reference in New Issue
Block a user