diff options
author | Jacek Antonelli | 2008-11-30 13:33:02 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-30 13:37:09 -0600 |
commit | a97da2c607517551faef928353813b8456bfcc53 (patch) | |
tree | b7893d5113e0aee695c3f53363db2a10cddde0b4 /ChangeLog.txt | |
parent | Remove preprocessor condition for grid selector. (diff) | |
download | meta-impy-a97da2c607517551faef928353813b8456bfcc53.zip meta-impy-a97da2c607517551faef928353813b8456bfcc53.tar.gz meta-impy-a97da2c607517551faef928353813b8456bfcc53.tar.bz2 meta-impy-a97da2c607517551faef928353813b8456bfcc53.tar.xz |
Fixed passing nonliteral strings to *printf functions.
gcc 4.3 rejects that as being unsafe.
Patch by Stephen Zenith. [#11]
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 88829c9..2e4f19b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,15 @@ | |||
1 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/llwindow/llwindowsdl.cpp: | ||
4 | Fixed passing nonliteral strings to *printf functions. | ||
5 | gcc 4.3 rejects that as being unsafe. | ||
6 | Patch by Stephen Zenith. [#11] | ||
7 | * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: | ||
8 | Ditto. | ||
9 | * linden/indra/lscript/lscript_compile/lscript_tree.cpp: | ||
10 | Ditto. | ||
11 | |||
12 | |||
1 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> | 13 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 14 | ||
3 | * linden/indra/newview/llpanellogin.cpp: | 15 | * linden/indra/newview/llpanellogin.cpp: |