Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
base: crash with an assert error if trying to access a read-only map
with a nonexistent key.
legacy
Sam Hocevar
sam
hace 11 años
padre
14447c6061
commit
7181860ee6
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/lol/base/map.h
+ 1
- 0
src/lol/base/map.h
Ver fichero
@@ -35,6 +35,7 @@ public:
if (m_array[i].m2 == key)
return m_array[i].m3;
/* XXX: this in an error! */
ASSERT(0, "trying to read a non-existent key in map");
return V();
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar