updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / secondlife-standalone-maint-svn / llappviewerlinux-fix.patch
blob0a863b67227e5d8d73210c62d13cb78317f9b612
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
4 @@ -187,7 +187,7 @@
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]);