Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
public
/
autodoc
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
bug
master
Pascal Gloor
hace 5 años
padre
652c22d043
commit
5c370636de
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
bin/autodoc_process.pl
+ 1
- 1
bin/autodoc_process.pl
Ver fichero
@@ -73,7 +73,7 @@ sub detect_lang {
print "$word ";
my $q = sqlquery($dbh, "SELECT lang FROM dict WHERE word like ?", $word);
while(my ($l) = $q->fetchrow_array()) {
print "$l
ang
";
print "$l ";
$lang = $l;
}
print "\n";
Escribir
Vista previa
Cargando…
Cancelar
Guardar