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:
@@ -181,7 +181,7 @@ SGIImage::SetTo(BPositionIO* stream,
|
|||||||
|
|
||||||
char name[80]; // Name of file in image header
|
char name[80]; // Name of file in image header
|
||||||
memset(name, 0, sizeof(name));
|
memset(name, 0, sizeof(name));
|
||||||
sprintf(name, "OpenBeOS SGITranslator");
|
sprintf(name, "Haiku SGITranslator");
|
||||||
fStream->Write(name, sizeof(name));
|
fStream->Write(name, sizeof(name));
|
||||||
|
|
||||||
// fill the rest of the image header with zeros
|
// fill the rest of the image header with zeros
|
||||||
|
|||||||
Reference in New Issue
Block a user