This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
andreagus
/
Acse
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Procházet zdrojové kódy
fixed an error that prevented the compilation of the regression test suite
Andrea Gussoni
před 8 roky
rodič
5410b7344f
revize
a2fc2ec943
1 změnil soubory
, kde provedl
1 přidání
a
1 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
1
1
tests/misc/while_id.src
+ 1
- 1
tests/misc/while_id.src
Zobrazit soubor
@@ -10,5 +10,5 @@ if (x >= 0) {
}
write(s);
} else {
- write(
-1
);
+ write(
0
);
}