To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51239
------- Additional comments from [EMAIL PROTECTED] Mon Jun 27 23:47:03 -0700
2005 -------
ericb -> pjanik
After ask to the epm guys, they use this solution, IMHO more clean :
if (!strcmp(platform->machine, "intel"))
fputs("Architecture: i386\n", fp);
else if (!strcmp(platform->machine, "ppc"))
fputs("Architecture: powerpc\n", fp);
else
fprintf(fp, "Architecture: %s\n", platform->machine);
What do you think about this ? The obvious advantage is if we want to add other
architectures, we can do it easely.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]