===================== Cvar_InfoStringBuffer ===================== */
| 1254 | ===================== |
| 1255 | */ |
| 1256 | void Cvar_InfoStringBuffer( int bit, char* buff, int buffsize ) { |
| 1257 | Q_strncpyz(buff,Cvar_InfoString(bit),buffsize); |
| 1258 | } |
| 1259 | |
| 1260 | /* |
| 1261 | ===================== |
nothing calls this directly
no test coverage detected