--- ./code/ui/ui_players.c.orig Wed May 31 18:55:11 2006 +++ ./code/ui/ui_players.c Wed May 31 19:10:27 2006 @@ -90,13 +90,13 @@ if ( weaponNum == WP_MACHINEGUN || weaponNum == WP_GAUNTLET || weaponNum == WP_BFG ) { strcpy( path, item->world_model[0] ); - COM_StripExtension( path, path ); + COM_StripExtension( path, path, sizeof(path) ); strcat( path, "_barrel.md3" ); pi->barrelModel = trap_R_RegisterModel( path ); } strcpy( path, item->world_model[0] ); - COM_StripExtension( path, path ); + COM_StripExtension( path, path, sizeof(path) ); strcat( path, "_flash.md3" ); pi->flashModel = trap_R_RegisterModel( path ); -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-missing-functions
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
* - Bump portrevision for math/octave-forge-* ports because of update ofstephen2018-02-251-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-1/+1
* - Bump portrevision chasing upgrade of math/octave to 4.0.0.stephen2016-01-131-1/+1
* remove empty pkg-plistpgollucci2015-08-211-1/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-17