--- ./code/q3_ui/ui_saveconfig.c.orig Wed May 31 18:55:11 2006 +++ ./code/q3_ui/ui_saveconfig.c Wed May 31 19:08:05 2006 @@ -85,7 +85,7 @@ return; } - COM_StripExtension(saveConfig.savename.field.buffer, configname ); + COM_StripExtension(saveConfig.savename.field.buffer, configname, sizeof(configname) ); trap_Cmd_ExecuteText( EXEC_APPEND, va( "writeconfig %s.cfg\n", configname ) ); UI_PopMenu(); } pository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/arpack
Commit message (Expand)AuthorAgeFilesLines
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-1/+1
* SIZEify.trevor2004-01-301-0/+3
* Fix suffix of a patch file.nork2003-07-141-1/+1
* Fix a typo and Don't remove LAPACK2.nork2003-07-122-55/+4
* Don't build a subset of BLAS and ARPACK2 and Use external ones.nork2003-07-125-38/+109
* Forgot to pass portlint.maho2003-05-051-2/+2