Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Ozkan Sezer 2c034462e5 Fixed -Wformat-length warning from experimental gcc-7:
sbar.c: In function 'Sbar_DrawInventory':
sbar.c:673:18: warning: '%3i' directive writing between 3 and 11 bytes into a region of size 6 [-Wformat-length=]
   sprintf (num, "%3i", q_min(999,cl.stats[STAT_SHELLS+i])); //johnfitz -- cap displayed value to 999
                  ^~~
sbar.c:673:17: note: directive argument in the range [-2147483648, 999]
   sprintf (num, "%3i", q_min(999,cl.stats[STAT_SHELLS+i])); //johnfitz -- cap displayed value to 999
                 ^~~~~
sbar.c:673:3: note: format output between 4 and 12 bytes into a destination of size 6
   sprintf (num, "%3i", q_min(999,cl.stats[STAT_SHELLS+i])); //johnfitz -- cap displayed value to 999
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1346 af15c1b1-3010-417e-b628-4374ebc0bcbd
2016-10-07 20:00:27 +00:00
Linux documentation updates 2016-08-23 11:37:21 +00:00
MacOSX oslibs, codecs: rebuilt mpg123 with the id3 bugfix patch applied from mainstream. 2016-10-01 11:01:59 +00:00
Misc minor stuff.. 2016-09-12 14:03:01 +00:00
Quake Fixed -Wformat-length warning from experimental gcc-7: 2016-10-07 20:00:27 +00:00
Windows oslibs, codecs: rebuilt mpg123 with the id3 bugfix patch applied from mainstream. 2016-10-01 11:01:59 +00:00
LICENSE.txt rename gnu.txt to LICENSE.txt 2014-09-21 14:02:30 +00:00
Quakespasm-Music.txt update README files to reflect further 0.85.10 changes so far. 2014-09-15 09:10:19 +00:00
Quakespasm.html documentation updates 2016-08-23 11:37:21 +00:00
Quakespasm.txt documentation updates 2016-08-23 11:37:21 +00:00