1 diff -Naur maint-viewer/indra/newview/llappviewerlinux.cpp maint-viewer-test/indra/newview/llappviewerlinux.cpp
2 --- maint-viewer/indra/newview/llappviewerlinux.cpp 2009-02-01 03:17:10.193548975 +0100
3 +++ maint-viewer-test/indra/newview/llappviewerlinux.cpp 2009-02-02 00:59:32.512405213 +0100
5 for (i = 0; i < size; i++)
7 // the format of the StraceFile is very specific, to allow (kludgy) machine-parsing
8 - fprintf(StraceFile, "%-3d ", i);
9 + fprintf(StraceFile, "%-3d ", (int) i);
10 fprintf(StraceFile, "%-32s\t", "unknown");
11 fprintf(StraceFile, "%p ", stackarray[i]);
12 fprintf(StraceFile, "%s\n", strings[i]);