git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-04-19 12:39:36 +00:00
parent e143eaadfb
commit 18441bb1d8
4 changed files with 2 additions and 1951 deletions

View File

@@ -102,7 +102,7 @@ static
void TranslateError(const char *path, int number)
{
unsigned int index;
static char *OFIErrorStrings[] =
static const char *OFIErrorStrings[] =
{
"%s(%d): Object Image Load Failure\n",
"%s(%d): Object Image Load Success\n",
@@ -110,7 +110,7 @@ void TranslateError(const char *path, int number)
"%s(%d): No valid architecture\n",
"%s(%d): Object image has an invalid format\n",
"%s(%d): Invalid access (permissions?)\n",
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n",
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n"
};
#define NUM_OFI_ERRORS (sizeof(OFIErrorStrings) / sizeof(OFIErrorStrings[0]))

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.