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:
Stephan Aßmus 2008-11-16 22:42:47 +00:00
parent 0147f45ad7
commit 133c37e41e

View File

@ -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